AgiCards creates programmable permission cards for AI agents, letting them spend, trade, and act on-chain only within user-approved limits.


AgiCards gives an AI agent its own spending card, with strict rules you set. The agent can pay for things on its own, and your main wallet is never touched.
Live at https://agicards.dev/
The problem
AI agents are starting to do real work. They buy tools, call paid APIs, and run tasks for you all day.
But there is no safe way to let them spend money. You either hand over your private key and risk losing everything, or you approve every payment by hand, which defeats the whole point.
The idea
You create a permission card for your agent. A card is a clear, limited license to spend.
You set the rules for each card: how much it can spend per day, how much per single action, which apps it can use, and when it expires.
Once you approve those rules, the agent acts on its own. It can never go past the limits you set.
Why it is safe
The limits are not based on trust, and they are not enforced by our servers. They are enforced by the blockchain itself.
When you make a card, MetaMask asks you to approve one permission. That permission holds your rules.
Every time the agent tries to spend, the rules are checked on chain. If it goes over the daily cap, or the card has expired, the blockchain rejects the payment. There is no way around it.
How a card works
1. You describe what you want in plain words. For example: pay for cloud compute, one dollar a day, twenty cents per charge, for seven days.
2. AgiCards turns that into a real permission, and MetaMask approves it. This also upgrades your wallet into a smart account, so the rules can live on chain.
3. A background agent uses the permission to pay for you. You do not sign each time.
4. Every payment is saved to 0G storage, so you always have a clear history of what your agent did.
What it can do today
Right now, agents can pay for services and subscribe to them on a repeating schedule, all in USDC on the Base network.
Your agent can pay a few cents each time it uses a tool, or a small amount on a regular basis. It stops on its own once it hits the daily limit.
Coming next
Token swaps, prediction markets, yield actions, NFT bids, and buying data. All through the same simple card.
You stay in control
Your money never leaves your own account. You can see how much each card has spent, and you can switch any card off in one click. That removes the agent's permission right away.
Built on
The MetaMask Smart Accounts Kit, using Advanced Permissions (ERC-7715) and delegation (ERC-7710), with EIP-7702 account upgrades. It runs on Base, pays in USDC, uses the x402 standard for payments, and stores its history on 0G.
AgiCards is for anyone who wants an AI agent with real spending power, while keeping strict limits and full control of their money.
Proof on chain (Base mainnet)
AgiCards is live and verifiable. Real Advanced Permissions are granted in MetaMask, and the agent redeems them on chain to make capped USDC payments.
Agent wallet (redeems the delegations and pays its own gas):
https://basescan.org/address/0xAB1b6EC9E808Ea97bb9C9013B02f5569736151F1
Delegation Manager the redemptions run through:
https://basescan.org/address/0xdb9b1e94b5b69df7e401ddbede43491141047db3
The agent redeeming the delegation (ERC-7710 redeemDelegations, selector 0xcef6d209) to spend inside the cap. One transaction per charge, from a live subscription run, all successful:
https://basescan.org/tx/0xf5a465c1a5a500e3fd1d95d171084c5c90f1789a32b3d5560e3d92c1b08b49bd
https://basescan.org/tx/0xb91e78cdcafb81f2297a5726c86161d5135f0f60826ab88a56553cc941af70c3
https://basescan.org/tx/0xea0008a2d8f02ad0c35c3f63d0309d60864aa6fd07c3ed4bbd07f5497adf95a3
https://basescan.org/tx/0xf8c528b7c5eeb7e87e1fbf82d42a8c4514ade3001a91e3b185463486f97143b1
https://basescan.org/tx/0x2ecab5e9c7f774eb6b35e31d69e6f25a07f61c6ad737373c1f0d9858d4ad4a5c
https://basescan.org/tx/0x5760bc5d16b910ad552b7d5d64b54b19f20925f799f508ac6cac3efd58d41e1e
First live spend (earlier test agent):
https://basescan.org/tx/0x3b0a725ce079e49e42a7bf97f7ed86456e07170eda997318102114bf3b78c64d
During the hackathon, we built the core AgiCards experience.
We created a wallet connection flow with MetaMask on Base, a plain English card creation flow, and a minting flow that grants an agent controlled spending permissions.
We added card dashboards, agent views, spending limits, execution history, and revocation controls.
We also built the backend structure for agent sessions, card storage, permission execution, and audit logs.
The current version supports controlled agent spending for Web3 actions, with the foundation to add more skills such as DeFi trading, prediction markets, and paid API access.
AgiCards is currently bootstrapped and has not raised external funding yet.
We are actively open to strategic funding, partnerships, and ecosystem support as we continue building programmable permission cards for AI agents across Web3 payments, DeFi actions, and prediction markets.