Source:
examples/agent-chainlinkOverview
The Chainlink Price Oracle agent provides real-time cryptocurrency price data by reading Chainlink price feeds directly from Ethereum mainnet. It demonstrates on-chain data integration with an aixyz agent, gated behind x402 payments.Project Structure
Skills
| Skill | Description |
|---|---|
| Chainlink Price Lookup | Look up real-time cryptocurrency prices in USD using Chainlink feeds |
Configuration
Key Features
- On-chain data — Reads directly from Chainlink price feeds on Ethereum mainnet
- Symbol validation — Does not assume token symbols; validates via the tool
- Environment-driven config — Payment address and network set via environment variables
- Auto-generated server — No custom
server.tsneeded
Payment
The agent charges$0.01 per request via x402. Payment destination is configured via environment variables.
Environment Variables
| Variable | Description |
|---|---|
OPENAI_API_KEY | OpenAI API key |
X402_PAY_TO | Payment destination address |
X402_NETWORK | Payment network (e.g., eip155:8453) |