Documentation Index
Fetch the complete documentation index at: https://docs.hyreagent.fun/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
HYRE has two access paths: direct x402 payment for agents and scripts, or the Agent Playground for interactive chat.Option A: Direct x402 (for agents)
Get USDC on your preferred chain
HYRE accepts USDC on three chains:
For zero gas fees, use SKALE. For the fastest settlement, use Solana.
| Chain | Gas Token | Gas Cost | USDC Contract |
|---|---|---|---|
| Solana | SOL | ~$0.0005 | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v |
| Base | ETH | ~$0.01 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
| SKALE | sFUEL | Free | 0x85889c8c714505E0c94b30fcfcF64fE3Ac8FCb20 |
Make an unauthenticated request to get the 402 challenge
Call any endpoint without a payment header. The server returns HTTP 402 with payment requirements.
Sign the payment and attach the header
Use your x402-compatible client to sign the payment and attach the
X-PAYMENT header.Option B: Agent Playground (for humans)
The Playground at hyreagent.fun/chat provides a chat interface where an AI agent calls HYRE endpoints on your behalf.Sign up with Privy
Email, Google, or social login. No wallet needed — Privy provisions a custodial wallet automatically.
Deposit USDC
Send USDC to your custodial wallet address (Solana, Base, or SKALE). The balance appears in real-time.
Chain Routing
Each chain has its own URL prefix:| Chain | Prefix | Example |
|---|---|---|
| Solana | / (root) | https://mpp.hyreagent.fun/defi/tvl |
| Base | /base/ | https://mpp.hyreagent.fun/base/defi/tvl |
| SKALE | /skale/ | https://mpp.hyreagent.fun/skale/defi/tvl |