Robinhood Chain · real ETH
Give it a quota.
Not a wallet.
Provision the agent with the resources a task needs and an expiry. Every use draws from the meter onchain — and when a line reads zero, the contract stops answering.
Connect a wallet to begin.
No quota yet. Provision the agent and its lines appear here, read from the contract.
expires—
address—
gas—
Gas only — the quota is resources, not money. Nothing here is spendable on anything else.
draws —
The agent signs the draw itself. The work only runs once the contract has recorded it.
A read-only call against the live contract — it costs nothing and the refusal is the contract's own.
Nothing yet. Provision the agent and every draw lands here.
you—
ETH—
networkRobinhood Chain · 0x1237
ready.
meter contractnot deployed yet
Source: contracts/Meter.sol, solc 0.8.26. provision writes the lines and
the expiry; draw is the only way to consume and reverts with Exhausted or
Expired; revoke ends it and everything unused stays with you.