Autonomous AI-powered treasury infrastructure built on Lithosphere
LithoVault is a production-grade autonomous treasury system that enables enterprises and individuals to manage capital using AI-driven DeFi strategies.
Built on the Lithosphere network, the platform combines:
- AI agents (Quantts)
- APP payment rails
- DNNS identity layer
- MultX execution coordination
- Multi-signature governance
- π€ Autonomous treasury execution via AI agents
- πΈ Multi-protocol DeFi strategy orchestration
- π‘οΈ Enterprise-grade governance (multi-sig + policy controls)
- π Real-time analytics (PnL, risk, exposure)
- π Cross-chain ready execution via MultX
- π§Ύ Immutable audit trails for compliance
- Lithosphere (Makalu Testnet)
- Lithic smart contracts
- EVM-compatible integrations
- Node.js (API + agent orchestration)
- Next.js (web dashboard)
- React Native (mobile apps)
- PostgreSQL + Redis
- Kafka / queue systems
- Multi-model orchestration (LLMs)
- Strategy execution pipelines
- Risk and optimization engines
- Network Name: Lithosphere Makalu
- Chain ID: 700777
- RPC URL: https://rpc.litho.ai
- Explorer: https://explorer.litho.ai
.
βββ apps/
β βββ web/ # Next.js dashboard
β βββ mobile/ # React Native app
β βββ admin/ # Governance UI
β
βββ backend/
β βββ api/ # Backend services
β βββ agents/ # AI agent runtime
β βββ execution/ # MultX + APP integration
β βββ indexer/ # Blockchain indexer
β βββ analytics/ # Risk + PnL engine
β
βββ contracts/
β βββ lithic/ # Core contracts
β βββ integrations/
β
βββ sdk/
β βββ js/
β βββ python/
β βββ rust/
β
βββ cli/
β βββ lithovault-cli
β
βββ docs/
β βββ whitepaper/
β βββ api/
β βββ sdk/
β
βββ infra/
βββ docker/
βββ k8s/
βββ terraform/git clone https://github.com/your-org/lithovault.git
cd lithovaultpnpm install
# or
yarn installcp .env.example .envUpdate:
RPC_URL=https://rpc.litho.ai
CHAIN_ID=700777
PRIVATE_KEY=your_private_key
DATABASE_URL=postgres://...
REDIS_URL=redis://...
MULTX_ENDPOINT=https://multx.litho.ai
DNNS_ENDPOINT=https://dnns.litho.aicd backend/api
pnpm devcd apps/web
pnpm devcd backend/agents
pnpm startlithovault init
lithovault deploy-vault
lithovault deposit
lithovault rebalance
lithovault agents startPOST /vault/rebalance{
"vaultId": "0x123...",
"strategy": "yield-optimizer"
}- Vault (asset management)
- Strategy Manager (execution logic)
- Risk Module (limits + circuit breakers)
- Governance (multi-sig + proposals)
- DNNS Registry (identity)
- ZK Identity Verifier
| Agent Type | Function |
|---|---|
| Yield Agent | Maximizes returns |
| Risk Agent | Monitors exposure |
| Rebalance Agent | Maintains allocations |
| Governance Agent | Executes approvals |
AI Decision
β
APP Payment Intent
β
MultX Execution
β
Smart Contract Call
β
Settlement on Lithosphere
- Multi-signature governance
- Transaction simulation before execution
- Circuit breakers for risk events
- Role-based access control
- Audit logging for all actions
AI_MODE=mock
DRY_RUN=true
DEBUG=true
FORK_MODE=truedocker-compose up --buildkubectl apply -f infra/k8s/- Prometheus metrics
- Grafana dashboards
- OpenTelemetry tracing
- Real-time alerting
Available in:
docs/whitepaper/
Includes:
- Protocol architecture
- AI execution model
- Risk framework
- Economic design
- Lithosphere Network
- DNNS Identity Layer
- APP Protocol (payments)
- MultX (execution coordination)
- DeFi protocols (staking, LPs, stablecoins)
- Core vault architecture
- AI agent system
- Makalu testnet deployment
- Cross-chain treasury bridge
- zk-identity layer (production)
- Mainnet deployment
- Institutional onboarding
fork β branch β commit β PR
Please follow:
- Conventional commits
- Code linting rules
- Test coverage requirements
MIT License
This software is experimental and intended for development and testing. Use at your own risk. Smart contracts and AI systems are subject to failure.
- π Project: https://lithovault.ai
- π Explorer: https://explorer.litho.ai
- π RPC: https://rpc.litho.ai
- π§ DNNS: https://dnns.litho.ai
- β‘ MultX: https://multx.litho.ai