Four simple steps turn an AI into a safe, self-running agent. Then we'll show you the real breakthrough underneath — the part that finally lets things run on a blockchain without any bot or server you own.
The agent lifecycle
One action creates the agent and gives it everything at once: a readable name (mybot.rama), its own wallet, a sponsored-gas budget, and a fresh rulebook. No accounts to set up, no keys to copy around.
You set the limits: how much it can spend per day, who it's allowed to pay, which actions need your approval, and how long its working key stays valid. These rules are enforced by code — the agent literally cannot break them.
You hold the master key · it gets a limited "session key"Tell it what to do and when — "rebalance my savings every Monday", "pay this every 1st". The task is stored on the blockchain with a small prepaid budget. This is the part that used to be impossible without a server. (More below 👇)
Runs on time · no cron, no serverEvery action is written to a public ledger you can read. Approve big moves, change the limits, pause the agent, or revoke it completely — instantly, from anywhere.
Human always in controlThe breakthrough
A blockchain smart contract can hold a rule like "pay rent on the 1st of every month." But here's the catch almost nobody talks about: a contract cannot run itself. Blockchains only do something when someone sends them a transaction. The contract just sits there, waiting to be poked.
Every "automatic" crypto app secretly relied on an off-chain bot / cron server running somewhere to wake the contract up.
The task, its timing, and the money to run it are all stored on the blockchain. An open market of independent keepers competes to run due tasks and earn the fee.
The agent is the brain (decides what & when). The on-chain scheduler + keeper market is the heartbeat (makes sure it actually happens).
The agent works out what to do and when — the smart, flexible part.
The scheduler + rulebook make sure it happens on time and inside your limits — the reliable, trustless part.
An open, paid market of executors keeps it running with no server for you to maintain.
This is the piece that was missing — self-running smart contracts, without a bot in the middle.
The safety model
This one idea is what makes autonomy safe.
It stays in your wallet. It's the only key that can change the rules or take everything back.
A temporary, limited key the runtime uses to act. It expires, and you can revoke it anytime — without moving a single coin.
Anything above a limit you set pauses for a human "yes". Small routine actions just flow.
See it in real life