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.
Agent Playground
The HYRE Agent Playground at hyreagent.fun/chat is a chat interface where an AI agent interprets your DeFi questions, selects the right tools, pays the micro-fee from your custodial wallet, and returns enriched results inline. Think of it as ChatGPT for DeFi, backed by real-time on-chain data and paid transparently per query.How It Works
You ask a question
Type a natural language question like “What’s the verdict on this token: 7xKX…” or “Show me top yielding Meteora pools”.
Agent selects tools
The chat agent (Gemini 2.5 Flash-Lite) analyzes your question and proposes one or more HYRE tools to call. You see a tool proposal card before execution.
Payment executes automatically
The backend signs an EIP-3009
TransferWithAuthorization from your custodial wallet. No signing popups. The fee is deducted from your escrow balance.Architecture
Available Tool Families
The chat agent can call any of these tool families:| Tool Family | Endpoints | Use Case |
|---|---|---|
| Trenches | 7 | New tokens, snipers, verdicts, graduating |
| Traders | 6 | Wallet PnL, positions, whale tracking |
| LP Analytics | 6 | Pool search, recommendations, rebalance |
| DeFi | 2 | TVL rankings, yield opportunities |
| Smart Money | 4 | Nansen flow intel, screener, wallet profiles |
| Cross-chain | 2 | Bridge quotes, yield migration |
| Ask | 1 | Natural language catch-all |
The agent auto-detects Solana token mints and wallet addresses in your messages. You can paste an address directly and the agent will figure out the right endpoint.
Key Differences from Direct API
| Feature | Playground | Direct x402 |
|---|---|---|
| Auth | Privy (email/social) | Wallet signature |
| Payment | Custodial escrow | On-chain per request |
| Interface | Chat UI | HTTP API |
| Signing | Automatic (no popups) | Client-side |
| Best for | Exploration, research | Automation, bots, agents |