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.
x402 Protocol
HYRE uses the x402 protocol for payment — an extension of HTTP that turns the402 Payment Required status code into a machine-readable payment flow. Agents pay per request with no API keys, no OAuth, and no subscriptions.
How x402 Works
Agent sends request without payment
Agent signs payment and retries
The agent constructs a payment payload, signs it with its wallet, base64-encodes it, and attaches it as the
X-PAYMENT header.Facilitators
HYRE uses two facilitators depending on the payment chain:| Chain | Facilitator | URL | Gas |
|---|---|---|---|
| Solana | Dexter | https://x402.dexter.cash | Sponsored by HYRE |
| Base | PayAI | https://facilitator.payai.network | Caller pays (~$0.01) |
| SKALE | PayAI | https://facilitator.payai.network | Free (sFUEL) |
- Verify — Checks the payment signature is valid and the amount is sufficient.
- Settle — Executes the USDC transfer on-chain after the server delivers data.
Payment Header Format
TheX-PAYMENT header contains a base64-encoded JSON object:
Discovery
Agents can discover HYRE’s payment requirements programmatically:Pay-To Addresses
| Chain | Address |
|---|---|
| Solana | 7G73PLhKvAPBGTzG5ESAE4coE7QrVeTTKfhTxQZbyGgC |
| Base (EVM) | 0xb5998e11E666Fd1e7f3B8e8d9122A755eec1E9b7 |
| SKALE (EVM) | 0xb5998e11E666Fd1e7f3B8e8d9122A755eec1E9b7 |