Skip to main content

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

1

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”.
2

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.
3

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.
4

Results stream back

The AI-enriched response is displayed inline with the raw data, insight, signal, and confidence score. The agent summarizes the key takeaways.

Architecture

User (browser)
  |
  v
Privy Auth (JWT)
  |
  v
Chat Agent (Gemini 2.5 Flash-Lite)
  |
  v
Tool Router --> HYRE API (x402 payment via escrow)
  |
  v
Response + AI Summary

Available Tool Families

The chat agent can call any of these tool families:
Tool FamilyEndpointsUse Case
Trenches7New tokens, snipers, verdicts, graduating
Traders6Wallet PnL, positions, whale tracking
LP Analytics6Pool search, recommendations, rebalance
DeFi2TVL rankings, yield opportunities
Smart Money4Nansen flow intel, screener, wallet profiles
Cross-chain2Bridge quotes, yield migration
Ask1Natural 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

FeaturePlaygroundDirect x402
AuthPrivy (email/social)Wallet signature
PaymentCustodial escrowOn-chain per request
InterfaceChat UIHTTP API
SigningAutomatic (no popups)Client-side
Best forExploration, researchAutomation, bots, agents