Delegate tasks,
not your wallet.
Safely authorize AI agents through programmable blockchain policies. Your private key stays yours — a smart contract independently validates what an agent is allowed to do.
Active Budget
The current tradeoff is broken.
Today's AI agents force you to choose between security and automation.
Full Wallet Access
Hand the agent your private key or a session with unlimited spend. You get full automation, but one bug or prompt injection empties your wallet.
Manual Approval
Confirm every single transaction yourself in MetaMask. You get total security, but it's exactly the babysitting automation was supposed to remove.
An impenetrable policy layer.
Your wallet is completely isolated from the agent. The smart contract holds the budget, enforces your rules, and has the final say.
1. You (Wallet)
2. AI Agent
Velora.sol
Immutable Policy Engine
Execution Approved
Execution Reverted
The whole loop, in under 5 minutes.
Click through the lifecycle to see exactly how state changes on-chain.
Connect to BOT Chain
Authenticate with MetaMask to begin.
Five layers. One source of truth.
Every layer exists to enforce one idea: the contract is the only authority. The frontend and the agent can request, but only Velora.sol decides.
You
Your private key never leaves your wallet. You create the policy, sign every write, cancel, withdraw, and claim SafetyNet.
Request Only
Holds a gas-only wallet. Scans due policies and calls executeRequest() — it can never move funds directly.
Next.js Frontend
Reads policy state and on-chain events, submits signed transactions. Nothing about approve or reject is decided here.
Velora.sol
Immutable policy engine on BOT Chain. Holds the budget and enforces every rule in order — the single authority on approve and reject.
Compensation Pool
1% of every execution flows into a public pool. A policy can reclaim up to 70% of its contribution after a 30-second cooldown.
Everything the contract enforces.
Velora is an on-chain firewall. Once a policy is deployed, the agent operates strictly within the mathematical limits you set — nothing is decided in the browser.
On-Chain Policy Engine
Policies are Solidity on BOT Chain — no owner, no admin key, no upgrade path. The contract holds the budget, enforces every rule, and is the single source of truth for approve and reject.
Zero-Trust Agent Access
Agents hold a gas-only wallet and can only request executions. Even an AI "yes" can still be rejected by the contract on-chain.
Budget Isolation
createPolicy deposits (amountPerExecution + fee) × maxExecutions in a single atomic transaction. The agent can never touch your main wallet.
SafetyNet Compensation
1% of every execution flows into a public, permissionless pool. A policy can reclaim up to 70% of what it contributed after a 30-second cooldown.
