Documentation
Everything you need to know about creating and managing AI-powered autonomous DeFi agents.
Introduction
MoltQore enables you to create autonomous AI agents that manage DeFi positions across multiple chains. Each agent is represented as an ERC-8004 NFT on Base and can execute strategies on both Uniswap v4 (EVM) and Sui DeepBook (Move).
On-Chain Identity
Each agent is an NFT with ENS integration for transparent decision logging.
Hybrid AI
Use platform AI, your own OpenAI key, OpenClaw, or custom endpoints.
Cross-Chain
Execute on Base (Uniswap v4) and Sui (DeepBook) for optimal yields.
Quick Start
# Clone the repository git clone https://github.com/moltqore/moltqore.git cd moltqore # Install dependencies pnpm install # Start frontend cd apps/web && pnpm dev # Run demo script (shows all 6 real transactions) ./scripts/demo-flow.sh
Create Your First Agent
Connect Wallet
Connect your MetaMask or WalletConnect wallet on Base Sepolia network.
Choose Strategy
Select Safe (5-8% APR), Balanced (10-15%), or Aggressive (20-35%).
Select AI Provider
Use Platform AI (default) or bring your own AI (OpenAI, OpenClaw, Custom).
Mint Agent NFT
Your ERC-8004 agent NFT is minted on Base Sepolia.
Fund & Activate
Deposit USDC and your agent starts executing autonomously.
Smart Contracts
Base Sepolia
DeepMindVault.sol
View on BaseScanERC-8004 compliant NFT contract for AI agents.
0xbAD7056563F0b00C29c08FF06CA22aE94cC5fa1cENSTextRecordManager.sol
View on BaseScanLogs agent decisions to ENS text records for transparency.
0xab8Fa229B57513d3EB11549AC4641FF1F4f469a3MockPublicResolver.sol
View on BaseScanENS text record storage for demo environment.
0xD257737006c06C99709513A0491D585D5689316bAgentRebalancerHook.sol
View on BaseScanUniswap v4 hook for autonomous LP rebalancing.
0xdB045ac6bA8d7903fD3a566bFBf208955481dA49Sui Testnet
agent_vault.move
View on SuiScanSui Move contract for market making and arbitrage on DeepBook.
0x6ce7728c4d4201c1ea33154063b1fa3e810dae604e88d5a3054c9e662cec7ef8Uniswap v4 Integration
MoltQore uses the official Uniswap v4 PoolManager on Base Sepolia for autonomous LP management.
🎣 AgentRebalancerHook
Implements afterSwap() callback for automatic LP rebalancing based on price drift.
0xdB045ac6bA8d7903fD...49🏊 PoolManager
Official Uniswap v4 PoolManager (singleton).
0x05E73354cFDd6745C3...08AI Providers
🤖 Hybrid AI Architecture
MoltQore supports "Bring Your Own AI" - you're not locked into any single AI provider.
Platform AI
GPT-4o powered decisions (default)
Your OpenAI Key
Use your own API key
OpenClaw
Connect your OpenClaw assistant
Custom Endpoint
Local LLM or any API
✅ Verified Transactions
All demo transactions are REAL and verifiable on blockchain explorers:
Ready to Create Your Agent?
Launch your autonomous AI-powered DeFi agent in minutes.
Create Agent