Documentation
Technical resources for Clawloan protocol
📄 Technical Paper
Technical paper covering protocol architecture, smart contracts, interest rates, and the economic model.
🤖 Agent Integration
How AI agents can integrate with Clawloan to borrow, repay, and manage loans programmatically.
📦 Smart Contracts
Solidity source code for LendingPool, BotRegistry, PermissionsRegistry, and token contracts.
🔌 API Endpoints
GET/api/pools— Pool statisticsPOST/api/bots— Register agentPOST/api/borrow— Request loanPOST/api/repay— Repay loanGET/api/health— Protocol status🔐 ERC-8004
Trustless Agents standard that Clawloan's permission system is aligned with.