LIVE ON SOLANA · $OCTO

Give your agent a bank account.

The financial infrastructure layer for AI agents on Solana. Instant wallets, programmable spending limits, and debit card-ready — in one API call.

0s
Setup Time
0.9%
Uptime
24/7
Autonomous
Octo mascot
SOLANA Powered by the fastest chain
USDC Stable spending currency
MCP READY Works with Claude & GPT agents
HELIUS RPC Enterprise-grade reliability
OPEN API One integration, infinite agents
$OCTO Native protocol token · Fair launch
AES-256 Bank-grade encryption
SOLANA Powered by the fastest chain
USDC Stable spending currency
MCP READY Works with Claude & GPT agents
HELIUS RPC Enterprise-grade reliability
OPEN API One integration, infinite agents
$OCTO Native protocol token · Fair launch
AES-256 Bank-grade encryption
HOW IT WORKS

Three steps.
One minute.
Your agent spends.

No private keys in your code. No custody risk. No complex setup. Just an API key and your agent is live on Solana.

01
🔑
Register & Get API Key
Sign up in seconds. Get your API key instantly. No KYC, no waitlist. Just build.
02
🏦
Create Agent Wallet
One POST request creates a dedicated Solana wallet. Fund with USDC, set spending limits, done.
03
Agent Starts Spending
Your AI agent autonomously sends USDC, pays services, and transacts on Solana — within your rules.
0s
Agent Setup
99.9%
Uptime SLA
24/7
Autonomous
FEATURES

Everything
your agent needs.

API Key
INFRASTRUCTURE
Instant Agent Wallet
Deploy a Solana wallet for your agent in one API call. We handle key management so you focus on building.
Debit Card
PAYMENTS
Debit Card Ready
USDC-backed spending with programmable daily limits, per-tx caps, and recipient whitelists.
Security
SECURITY
Bank-Grade Security
AES-256 encrypted key storage. Spending rules enforced server-side. Rate limiting and anomaly detection built-in.
🔌
MCP
INTEGRATION
MCP Ready
Native Model Context Protocol support. Claude, GPT, and any MCP-compatible agent can call Octo tools directly.
DEVELOPER FIRST

Get started
in seconds.

1
Register your account
Create an account and get your API key instantly from the dashboard.
2
Create your first agent
One POST creates a wallet, sets limits, and returns a Solana address.
3
Fund and spend
Send USDC to the address. Your agent transacts on Solana autonomously.
octo-quickstart.js
// 1. Create your AI agent wallet
const agent = await fetch('https://api.octoprot.xyz/agent/create', {
  method: 'POST',
  headers: { 'x-api-key': YOUR_API_KEY },
  body: JSON.stringify({
    name: 'my-trading-agent',
    daily_limit_usdc: 50,
    max_per_tx: 10
  })
});
// → { agent_id, wallet_address }
// → Fund wallet_address with USDC

// 2. Agent spends autonomously
await fetch('https://api.octoprot.xyz/agent/spend', {
  method: 'POST',
  headers: { 'x-api-key': YOUR_API_KEY },
  body: JSON.stringify({
    agent_id: agent.id,
    recipient: 'SERVICE_WALLET',
    amount_usdc: 5,
    memo: 'Compute job #1337'
  })
});
// ✓ Signed & broadcast on Solana
// ✓ Spending rules enforced
// ✓ $OCTO burn triggered
THE TOKEN

$OCTO
Token.

Not just a memecoin. The native fuel of Octo Protocol — with real utility baked into every transaction your agent makes.

🔥
Burn Per Transaction
Every agent transaction burns micro-$OCTO. More agents = more burn = deflationary pressure.
Stake for Higher Limits
Stake $OCTO to unlock higher rate limits, daily spending caps, and multi-agent support.
💸
Fee Discounts
Hold $OCTO to reduce API fees. The more you hold, the less you pay per agent transaction.
🗳️
Governance
Vote on protocol upgrades and fee parameters. $OCTO holders shape the future.
$OCTO
OCTO PROTOCOL TOKEN
1B
Total Supply
Fair
Launch Type
0%
Team Alloc
SOL
Network
🚀 Launched on pump.fun
ROADMAP

The roadmap.

PHASE 1 — NOW
Core Infrastructure
  • Agent wallet API
  • USDC spending engine
  • Spending rules & limits
  • $OCTO token launch
  • Website & docs
PHASE 2 — Q2
Agent Expansion
  • MCP server integration
  • Multi-agent support
  • Webhook notifications
  • Analytics dashboard
  • Burn mechanic live
PHASE 3 — Q3
Network Functions
  • Anchor on-chain program
  • Spending rules on-chain
  • Agent-to-agent payments
  • DEX swap integration
  • Staking dashboard
PHASE 4 — Q4
Agent Economy
  • Agent marketplace
  • Cross-chain bridge
  • Governance launch
  • Enterprise API tier
  • Protocol V2