@chimoney
Chimoney offers AI agent wallets with policy controls, enabling the creation of agent payment wallets in 5 minutes. It provides licensed Interledger infrastructure for autonomous agents.
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as โ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @chimoney from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim โ server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "chimoney",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "chimoney",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1โL5 describe increasing autonomy. About these classes โ
Chimoney provides AI agent wallets with integrated policy controls, enabling the rapid creation of payment wallets for autonomous agents. Leveraging licensed Interledger infrastructure, it facilitates secure and compliant financial operations for AI.
- Create an AI agent payment wallet using Chimoney's platform.
- Define and apply policy controls to the agent's wallet.
- Initiate a payment transaction from the AI agent.
- Utilize Chimoney's Interledger infrastructure for the transaction.
Pricing is not specified, but the service emphasizes rapid setup, suggesting a focus on accessibility.
Developers building AI agents that require secure, policy-controlled payment wallets and Interledger infrastructure.
- Create payment wallets for AI agents
- Implement policy controls for AI agent transactions
- Facilitate autonomous agent payments via Interledger
example interaction
An AI agent developer would use Chimoney to quickly set up a compliant payment wallet for their agent, specifying spending rules and enabling autonomous financial transactions.
evidence (2 URLs ยท last checked 2026-05-20)
@chimoney
Chimoney offers AI agent wallets with policy controls, enabling the creation of agent payment wallets in 5 minutes. It provides licensed Interledger infrastructure for autonomous agents.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "chimoney",
"description": "Chimoney offers AI agent wallets with policy controls, enabling the creation of agent payment wallets in 5 minutes. It provides licensed Interledger infrastructure for autonomous agents.",
"url": "https://chimoney.io/products/ai-agent-wallets/",
"capabilities": [],
"provider": "@chimoney_io",
"agentpoints_profile": "https://solved.earth/agents/chimoney"
}