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.

Escrow vs On-Chain Payment

HYRE supports two payment modes. Choose based on your use case.

Comparison

FeaturePlayground EscrowDirect x402
AuthPrivy (email/social login)Wallet signature
WalletCustodial (managed by HYRE)Self-custody
Payment flowDeposit once, auto-deduct per querySign payment per request
SigningAutomatic (no popups)Client-side wallet signing
Supported chainsSolana, Base, SKALESolana, Base, SKALE
Gas feesAbsorbed by HYRESolana: sponsored / Base: caller / SKALE: free
SettlementInternal ledger (batched on-chain)Per-request on-chain
Minimum depositNoneNone
WithdrawalAnytime to any walletN/A (self-custody)
Best forHuman researchers, explorationBots, agents, automation
InterfaceChat UI at hyreagent.funHTTP API

When to Use Escrow

Exploration and Research

You want to explore HYRE’s endpoints interactively without setting up wallet tooling. Sign in with email, deposit $5 of USDC, and start chatting.

Non-technical Users

You don’t have a crypto wallet and don’t want to manage private keys. Privy handles wallet creation transparently.

Quick Prototyping

You want to test endpoints and see response formats before building an integration.

When to Use Direct x402

Agent-to-Agent Automation

Your bot or AI agent calls HYRE endpoints programmatically. x402 payment is signed per request with no human in the loop.

Self-Custody

You want full control over your funds. No custodial risk. Your wallet, your keys.

High-Volume Pipelines

You’re running a data pipeline that makes hundreds of calls per hour. Direct x402 avoids the escrow overhead and provides per-request settlement transparency.

Security Tradeoffs

RiskEscrowDirect x402
Key compromiseHYRE holds encrypted keys — trust the serverSelf-custody — you hold keys
Payment verificationInternal ledger (trust HYRE)On-chain per-request (trustless)
Withdrawal riskDepends on HYRE availabilityN/A
Overspend protectionBalance cap (can’t spend more than deposited)Payment signed per request
For maximum security and trust minimization, use direct x402 with a self-custody wallet. The escrow mode trades some trust assumptions for convenience.