Quick Start Setup
This guide will help you set up Conto and make your first agent payment.Prerequisites
- Node.js 18+ or Bun
- An AI agent that can make HTTP requests
Step 1: Create Your Account
Sign Up
Visit conto.finance and create your account using email or Google OAuth.
Create Organization
After signing in, create your organization. This is the top-level container for all your agents, wallets, and policies.
Step 2: Create an Agent
Step 3: Create a Wallet
Configure Your Wallet
Enter wallet details:
- Name: Give it a descriptive name like “Operations Wallet”
- Network: Choose EVM (Base, Ethereum) or Solana
- Custody Provider: Select how keys are managed
- Privy (Recommended) - Enterprise-grade security with policy controls
- Sponge - Fast setup with gas sponsorship
Step 4: Link Agent to Wallet
Configure Spend Limits
Set your spending limits:
| Limit | Recommended Start |
|---|---|
| Per-Transaction | $100 |
| Daily | $500 |
| Weekly | $2,000 |
| Monthly | $5,000 |
Step 5: Install the SDK
Step 6: Make Your First Payment
Verification
After running the code:- Check your Transactions page in the dashboard
- Verify the transaction status is “Confirmed”
- Check your wallet balance has decreased
Congratulations! You’ve successfully set up Conto and made your first payment.