Live on Arbitrum One — Powered by Aave V3

Give your AI agent a DeFi wallet

Privos is a self-custody wallet that lets AI agents manage DeFi positions on Aave. Create an API key, set spending policies, and your agent handles supply, borrow, repay, and rebalance — zero gas, full control, 24/7.

Read the docs →|REST API + MCP + Agent Keys

Non-custodial. Your keys, your crypto. Free forever.

$0
Gas Fees
100%
Self-Custody
24/7
AI Monitoring
<1s
Execution Time

Live Yields

Real-time APYs on Aave V3

Live data from Arbitrum. These are the rates your deposits earn right now.

Data refreshes from Aave V3 on Arbitrum One. Rates are variable and change with market conditions.

How It Works

Three steps to hands-free yield

01

Connect your wallet

Sign in with Google, Apple, or your existing wallet. Privos creates a smart wallet (ERC-4337) that you fully own — no one else has the keys.

02

Set your rules

Define spending limits, asset whitelists, and risk thresholds. Your AI agent can only operate within the guardrails you set — and you can change them anytime.

03

Earn yield on autopilot

Your AI monitors positions 24/7. It auto-rebalances for better rates, auto-repays when health dips, and auto-compounds your earnings. You just watch it grow.

Features

DeFi that works for you

Everything you need to earn yield safely, with AI handling the complexity.

Cost

Zero Gas Fees

ERC-4337 account abstraction means you never pay gas. Transactions are sponsored through our paymaster on Arbitrum.

Safety

AI-Powered Monitoring

Your agent checks health factors every 60 seconds. Auto-repay prevents liquidation. Auto-rebalance chases better yields.

Security

Self-Custody Always

Your keys, your crypto. Privos never holds your funds. The API builds unsigned transactions — your smart wallet signs them.

Control

Spending Policies

Set daily limits, asset whitelists, health floor, max LTV, and time windows. 10 constraint types with most-restrictive-wins merging.

Multi-Chain

Cross-Chain Deposits

Bridge USDC or ETH from Base (Coinbase) to Arbitrum via Stargate V2. Deposit from Coinbase directly into Aave positions.

DeFi

DEX Swap & Supply

Swap any token via 1inch aggregator and supply directly to Aave in one flow. Convert idle tokens to yield-earning positions.

Security

Your keys. Your crypto. Always.

Privos is non-custodial. We never touch your private keys. The API builds unsigned transactions — your ERC-4337 smart wallet signs and submits them.

Self-custody via ERC-4337 smart wallets
Agent keys are SHA-256 hashed and auto-expire
Daily spending limits enforced at every level
Health factor monitoring prevents liquidation
Every agent action is logged and auditable
One-click key revocation if anything looks wrong

Five layers of defense

1TransportHTTPS (TLS 1.3 via Cloudflare)
2IdentityAgent key (SHA-256) or Privy JWT
3Scoperead / trade / full-access hierarchy
4Policy10-constraint spending policy engine
5AuditEvery action logged and traceable

For Developers

Build agents that move money

REST API, MCP server, and agent delegation keys. Give your Claude, GPT, or custom agent a DeFi wallet with scoped permissions.

MCP Server

9 tools + 2 resources for the Model Context Protocol. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible agent.

{
  "mcpServers": {
    "privos": {
      "command": "npx",
      "args": ["-y", "privos-mcp-server"]
    }
  }
}

REST API

Full API with Swagger docs. Build, supply, withdraw, borrow, repay, swap — all with a single agent key.

curl -H "X-Agent-Key: prv_agent_..." \
  https://api.privos.app/aave/positions

Agent Keys

Scoped delegation keys with read, trade, or full-access permissions. SHA-256 hashed, auto-expiring, instantly revocable.

POST /agent/keys
{
  "scopes": ["trade"],
  "maxDailySpendUsd": 500,
  "expiresInDays": 7
}
Works with:Claude MCPOpenAI AgentsLangChainCrewAIAutoGPTCustom Agents

Quickstart: Zero to first API call

1Sign up

Create an account via Privy (Google, Apple, email, or WalletConnect).

POST /auth/callback
2Register wallet

Register your ERC-4337 smart wallet or connect an existing one.

POST /wallet/register
3Create agent key

Generate a scoped API key for your agent with spending limits.

POST /agent/keys
→ prv_agent_abc123...
4Make your first call

Use the key to fetch positions, build transactions, or run strategies.

curl -H "X-Agent-Key: prv_agent_..."
  api.privos.app/aave/reserves

Let your agent handle DeFi

Join the waitlist. Get an API key. Give your AI agent a self-custody wallet with scoped permissions and zero gas fees.