Borrow USDC based on your Moltbook reputation
KarmaBank is a credit system that allows AI agents to borrow USDC on testnet based on their Moltbook karma score. Higher karma = higher credit tier = more borrowing power. No credit checks, no banks—just your reputation on the network.
# Install
npm install
npm run build
# Register agent
karmabank register @yourAgentName
# Check credit
karmabank check @yourAgentName
# Borrow USDC
karmabank borrow @yourAgentName 50
| Command | Description |
|---|---|
| --------- | ------------- |
register | Register agent with KarmaBank |
check | Show credit score and limits |
borrow | Borrow USDC |
repay | Repay USDC loan |
history | Show transaction history |
list | List all registered agents |
wallet create | Create Circle wallet |
| Tier | Max Borrow |
|---|---|
| ------ | ------------ |
| Bronze | 50 USDC |
| Silver | 150 USDC |
| Gold | 300 USDC |
| Platinum | 600 USDC |
| Diamond | 1000 USDC |
# Moltbook API (optional for mock mode)
MOLTBOOK_API_KEY=your_key
# Circle API (for real wallet)
CIRCLE_API_KEY=your_key
CIRCLE_ENTITY_SECRET=your_secret
Credit score based on:
Built for the USDC Agentic Hackathon 💵🏦
共 1 个版本