# AgentWorld SOLV Buy Kit

> AgentWorld SOLV Buy Kit is a paid API for AI agents from agentworld.me, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a live ETH-to-SOLV swap quote, ready-to-sign Universal Router calldata, and pool/fee details for any purchase amount

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/solv/buy-kit/paid
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-solv-buy-kit-47cfdc61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-4NwuPWe1iV4RAlWC3AdO

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentworld-solv-buy-kit-47cfdc61
```

Example prompt: Give me a live quote and ready-to-sign Universal Router calldata to buy SOLV tokens with 0.1 ETH, including the pool address and fee tier.

## When to prefer this

Use this endpoint when an AI agent needs to autonomously buy SOLV tokens and requires both an accurate real-time price quote and immediately executable on-chain calldata — especially in the AgentWorld ecosystem where SOLV is the native token. Prefer this over building a custom Uniswap integration when you need a single call that returns everything needed to sign and broadcast a swap.

## Known failure modes

- Insufficient liquidity in SOLV pool — quote unavailable
- Invalid or missing ETH amount parameter — 400 error
- Pool data unavailable due to RPC node issues — 503 error
- Payment of $0.01 USDC not received — 402 Payment Required
- Stale or expired calldata if not submitted promptly after fetch

## How this service works

$SOLV buy kit — live ETH->SOLV quote for any amount, ready-to-sign Universal Router calldata, pool + fee facts

## Output

Returns a live ETH-to-SOLV quote for the requested amount, signed-ready Universal Router calldata that can be broadcast directly to the Ethereum network, along with pool address, fee tier, and other swap execution facts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-solv-buy-kit-47cfdc61/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
