What happens when an AI agent is given money to lend?
You shouldn't trust the AI.
You should trust the evidence, the policy, and the agent's track record. MIRA is an autonomous lender whose decisions, capital, and reputation are cryptographically accountable — on Creditcoin, verified by Attestcoin.
The flow
Evidence, policy, and reputation
Three steps, one trust root — every decision is independently verifiable on-chain.
A borrower connects an Ethereum wallet. No paperwork, no off-chain identity — just a signed address.
MIRA reads the wallet's Sepolia activity through Attestcoin and verifies every transaction against the Creditcoin BlockProver precompile. A borrower cannot claim activity they did not produce.
A bounded AI proposes terms. The on-chain Policy independently validates them. Real ERC-20 tokens move from the liquidity pool to the borrower. The agent's reputation updates — and so does its lending authority.
The properties
Decisions, capital, and reputation — all on-chain
MIRA doesn't claim to be trustworthy. It earns the right to manage capital.
The system
Three components, one trust root
A Next.js frontend, a TypeScript worker, and Creditcoin smart contracts. The worker is the only component that holds keys; the frontend never signs Creditcoin transactions, and every factor it shows was verified by the BlockProver precompile. The AI proposes — the Policy disposes.
- Frontend — borrower flow and agent reputation dashboard.
- Worker — Attestcoin proofs, bounded AI decisioning, loan lifecycle.
- Contracts — Policy, Loan, and reputation ledgers on CC3 Testnet.
Borrower wallet
Ethereum Sepolia · real financial activity
MIRA worker
The AI proposes — the Policy disposes
- 1 fetch + verify Sepolia activity via Attestcoin
- 2 bounded AI proposes loan terms
- 3 on-chain Policy independently validates
- 4 originate: real ERC-20 tokens move
Decisions
Policy validates
Capital
ERC-20 custody
Reputation
On-chain ledger
Reputation → Capital authority
Repayment raises the score → higher lending authority. Default lowers it → less capital. 5 defaults → auto-pause.
Creditcoin CC3 Testnet
Policy · Loan · AgentReputation · LiquidityPool
Ethereum Sepolia
verified activity · writability on default
Live
Verification status
The Attestcoin read path is exercised against live CC3 Testnet. The card below reflects the most recent validation run.
Checking validation status…