Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agentcash.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

You need USDC in your wallet to make paid API calls. There are several ways to fund it.

Get free credits

The fastest way to get started is through the onboarding flow:

Get free credits

Onboard at agentcash.dev/onboard to get up to $25 in free credits.
Or onboard from the terminal:
npx agentcash onboard

Redeem an invite code

If you have an invite code, ask your agent:
Redeem invite code YOUR_CODE with AgentCash.
Or use the CLI:
npx agentcash redeem YOUR_CODE
Invite codes are one-time use and deposit USDC directly to your wallet on Base.

Deposit USDC directly

Open the guided funding flow:
npx agentcash fund
Or, if you need the deposit links and addresses for each supported network:
npx agentcash accounts
You can also visit agentcash.dev/deposit/<your-address> for a guided funding experience with options for bridging from other chains and on-ramps.
Base is the default network for AgentCash payments and most endpoints accept USDC on Base. Your wallet also holds USDC on Solana — fund that address only if you plan to call endpoints that require Solana. Run npx agentcash accounts to see deposit links for every supported network.

Minimum balance

There is no minimum balance requirement. Each API call costs a specific amount of USDC (typically 0.001to0.001 to 0.10 per request). AgentCash checks your balance before each payment and warns you if funds are insufficient.