Agent skills let your AI agent query Allium’s blockchain data using machine payments — without writing any payment boilerplate. Install the skills, run your agent, and ask questions in natural language. This works with both Tempo MPP and x402 under the hood.Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Setup
That’s it. The agent skills handle wallet management, payment signing, and API calls automatically.
Example Queries
Once the skills are installed, try asking your agent:Token prices
“Fetch the latest price for SOL”
On-chain analytics
“Analyze tokenized asset and RWA activity using Allium Explorer”
How It Works
When your agent receives a query about blockchain data:- The agent skill identifies the relevant Allium API endpoint
- It makes the API request and receives a
402 Payment Requiredresponse - The skill automatically signs a USDC payment authorization
- It retries the request with the payment attached
- The agent receives the data and presents it to you
Related Resources
Tempo MPP
The simplest programmatic integration
x402
Full manual control over the payment flow