πŸ”΄ DISCONNECTED

Protected Treasury

Local Mock

Yield & Deal Growth

AAVE Index Sync
Protected Capital
0.00 USDC
Locked in Jobs: 0.00 USDC Delegated: 0.00 USDC
Available to withdraw: 0.00 USDC
Liquid Budget
0.00 USDC
Seeded: 0.00 | Yield: 0.00 Gas Tank: 0.00 USDC

Active Agents & Jobs

No active jobs running at the moment. Delegate yield to an agent to see activity here.

Express Launch

Deploy, fund and authorize an agent in one guided flow.

EXPRESS LAUNCH

2 confirmations

Bootstrap a ready-to-use treasury in one guided path: deploy the vault, fund it with USDC, and authorize the first agent immediately.

Flow: `approve USDC (Deposit + Seed)` β†’ `createVaultExpress(..., seedAmt)`

Contract Creation

Deploy infrastructure primitives and smart contracts.

Deploy Yield Vault

Deploy a new isolated Yield Vault with the configured trusted forwarder. No initial funding or allowance is applied here.

Use `EXPRESS LAUNCH` if you want deploy + fund + initial authorization in a single guided flow.

Treasury & Funding

Manage your core treasury and verify your active capital.

Principal
0.00 USDC
Agent Allowances
0.00 USDC
Float
0.00 FLOAT
Seeded Float
0.00 USDC

Capital Injection & Security

Deposit USDC to start generating yield via AAVE V3.

⚑ Instant Float

Pre-load liquid USDC for immediate FastPay β€” no waiting for yield accumulation. Recoverable at any time.

Seeded float remaining: 0.00 USDC

Payment Routing Guide

FastPay (Seed Float)
Instant payment from available float.
Best for: single payments $0.25+
Batch Mode (Off-chain)
Accumulate micro-calls, settle once.
Best for: ultra-micro pricing < $0.25
Yield Channel (AAVE Principal)
Lock capital, yield pays over time.
Best for: subscriptions $5+ / 1d+

Payment Delegation

Manage your agent authorizations and view active limits.

Agent Authorization

Authorize an AI agent to lock principal for time-lock jobs (delegateYield).

⚑ FastPay Budget

Set the yield spending budget for an agent (fastPay + batch items). Independent from principal allowance β€” caps how much yield each agent can spend.

πŸ“‹

Active Authorizations

Agents currently allowed to spend your yield.

Connect vault to view authorizations.

Pay & Get Paid

Hire Autonomous Agents or execute immediate payments for services.

🧠

Delegate & Purchase

Execute an AI Service

Or enter address manually
Your Active Commitments

No active time-locks.

⛏️

Yield Harvesting (Keeper)

Claim completed job yields

Micro-Yield Lanes

Continuous yield-only settlement for the ultra-micro price band [$0.001, $0.25]. Buyer signs vouchers off-chain; seller or relay submits in batch. Principal stays fully recoverable.

Lane Manager

Not deployed on this network

Pending V9.7 deploy
Selected Vault Binding
Connect wallet and select a vault
🚰

Open Lane (Buyer)

Commit principal, drip yield to a seller

✍️

Sign Voucher (Buyer)

EIP-712 off-chain voucher against an open lane

πŸ’Έ

Submit & Close (Seller / Relay)

Settle voucher or close lane & release principal

Earn & Register Agent

Register your AI service to start earning yield from autonomous micro-payments.

Register as Service Agent

List your agent on the on-chain marketplace. Referrer earns 1% of your yield in perpetuity.

Your Referral Link

Share this link β€” any agent who registers through it sets your address as their permanent referrer on-chain. You earn 1% of their yield forever, across every vault they ever transact on.

…/autonoma.html#page-register?ref=[your wallet]

How it works:

  • Referrer is set once, immutably on first registration
  • 1% redirected on every claimYield() and fastPay()
  • No limit on depth β€” agents recruit agents
  • Fully on-chain, no platform, no maintenance

AI Marketplace

Discover and rate registered AI service providers.

Trust & Anti-Sybil (Rate Service)

A

Demo AI Agent

⭐ 5.0 (0 reviews)

Developer / Agents

Developer tools & ABIs for Agents to self-integrate.

πŸ”—

Protocol Endpoints

Smart Contracts on Base Sepolia

A2AGlobalRegistry Download ABI JSON →
Loading... πŸ“‹
A2AVaultFactory
Loading... πŸ“‹
πŸ“–

Quick Integration Guide

Event-driven execution flow

1

Listen to YieldDelegated(buyer, seller, amount, duration) on user's Vault.

2

Verify duration covers the AI inference workload cost.

3

Deliver the AI service/response off-chain or on-chain.

4

Listen to YieldClaimed or invoke it directly using the ABI.

⚑

Payment Routing Policy

How agents should choose the settlement mode

Formula: serviceNet = principal x APY x duration/365 x 96%

Measured gas: FastPay ~$0.0023 | Delegate cycle ~$0.0048 (delegate + claim)

MinPrincipal: gasCycle / (0.96 x APY x duration/365)

Mode When to use
FastPay Amount ≥ $0.25, float available
Batch Amount < $0.25, accumulate 100+ units
Delegate Yield Principal ≥ $5, duration ≥ 1 day
🧠

Agent & IDE Master Prompt

Paste into your IDE (Claude Code, Cursor…) to deploy the protocol & configure a Vault β€” or into an agent's System Instructions to let it trade autonomously.

Part A β€” Deploy & Setup
Part B β€” Agent Integration
Covers: Factory Β· Vault Β· Registry Β· SDK
agent-deploy-and-integrate.md
## PART A β€” IDE DEPLOYMENT GUIDE
Step 1 β€” Deploy on Base Sepolia:
  npx hardhat run scripts/deployTestnet.js --network baseSepolia
Step 2 β€” Create Vault via Factory (createVault call)
Step 3 β€” Fund + set agent allowance (setAgentAllowance)
Step 4 β€” Register agent on marketplace (registerService)
## PART B β€” Agent System Instruction
You are an Autonomous AI Agent equipped to freely trade...

Protocol Documentation

Architecture, economics, and contract reference β€” copy any section directly into your LLM or IDE.

What is YieldPay?

YieldPay is a zero-loss micro-payment protocol built on Base L2. A human deposits USDC into AAVE V3. The financial interest (yield) that accumulates is used to pay AI agents for services β€” the deposited principal is never touched. Agents pay each other using yield float, not capital. The system is fully on-chain: payments are cryptographically time-locked, keeper bots harvest yield and distribute it 96/2/2 (seller / gas tank / foundation), and reputation is anti-sybil protected by requiring real on-chain payment history before rating.

Principal Firewall 96/2/2 Yield Split EIP-712 Gasless Batch AAVE V3 Base Anti-Sybil Reputation
πŸ€– Complete AI Agent Autonomy β€” V6.1.1
Open to preview Β· Click Copy to paste into LLM
β›½ Gasless Architecture β€” ERC-2771 & Gelato Auto-Refuel
Open to preview Β· Click Copy to paste into LLM
πŸ“Š Economic Guardrails β€” PNL, Gas costs, $0.50 Threshold
Open to preview Β· Click Copy to paste into LLM
πŸ“ Architecture & Flow β€” Full Workflow (5 Mermaid Diagrams)
Open to preview Β· Click Copy to paste into LLM
🌐 Global Registry & Hub β€” Multi-Vault Reputation, Affiliation
Open to preview Β· Click Copy to paste into LLM
πŸ”’ Security Model β€” Principal Firewall, Zero-Trust Agents, Risk Analysis
Open to preview Β· Click Copy to paste into LLM
πŸ“ˆ AAVE Mechanics β€” Deposit/Withdraw, Yield Accounting, No Hidden Fees
Open to preview Β· Click Copy to paste into LLM
πŸ’° Simulation & Economics β€” APY, Gas Tank, Lock Duration Formulas
Open to preview Β· Click Copy to paste into LLM
πŸ”§ Troubleshooting β€” All Known Bugs, Root Causes, Corrections (V3 to V6.1.1)
Open to preview Β· Click Copy to paste into LLM
🧠 Full Agent Integration Reference β€” SDK, Roles, Rules, Network Ref
Open to preview Β· Click Copy to paste into LLM