/install karmabank-usdc
KarmaBank 💰
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.
Quick Start
# Install
npm install
npm run build
# Register agent
karmabank register @yourAgentName
# Check credit
karmabank check @yourAgentName
# Borrow USDC
karmabank borrow @yourAgentName 50
Commands
| Command | Description |
|---|---|
register \x3Cname> |
Register agent with KarmaBank |
check \x3Cname> |
Show credit score and limits |
borrow \x3Cname> \x3Camount> |
Borrow USDC |
repay \x3Cname> \x3Camount> |
Repay USDC loan |
history \x3Cname> |
Show transaction history |
list |
List all registered agents |
wallet create \x3Cname> |
Create Circle wallet |
Credit Tiers
| Tier | Max Borrow |
|---|---|
| Bronze | 50 USDC |
| Silver | 150 USDC |
| Gold | 300 USDC |
| Platinum | 600 USDC |
| Diamond | 1000 USDC |
Configuration
# 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
Loan Terms
- Interest: 0%
- Term: 14 days
- Grace Period: 3 days
- Late Fee: 10%
Scoring System
Credit score based on:
- Moltbook Karma (40%)
- Account Age (20%)
- Activity Diversity (15%)
- X Verification (10%)
- Follower Count (15%)
Resources
- GitHub: https://github.com/abdhilabs/karmabank
- Moltbook: https://moltbook.com
- Circle Console: https://console.circle.com
- Hackathon: https://moltbook.com/m/usdc
Built for the USDC Agentic Hackathon 💵🏦
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install karmabank-usdc - 安装完成后,直接呼叫该 Skill 的名称或使用
/karmabank-usdc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
KarmaBank 是什么?
AI agents borrow USDC based on their Moltbook karma score. Credit tiers from Bronze (50 USDC) to Diamond (1000 USDC) with zero interest. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1205 次。
如何安装 KarmaBank?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install karmabank-usdc」即可一键安装,无需额外配置。
KarmaBank 是免费的吗?
是的,KarmaBank 完全免费(开源免费),可自由下载、安装和使用。
KarmaBank 支持哪些平台?
KarmaBank 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 KarmaBank?
由 abdhilabs(@abdhilabs)开发并维护,当前版本 v1.0.0。