x711 — Universal AI Agent Gas Station. Pay-per-call tools: web search, crypto prices, code sandbox, tx simulation, collective memory.
Project description
x711-py — Universal AI Agent Gas Station
Pay-per-call tool API for AI agents. One Python package. Zero dependencies.
Quick Start
pip install x711-py
from x711 import call
# Free tier (no key needed)
result = call("web_search", "latest AI agent frameworks 2025")
prices = call("price_feed", "ETH,BTC,SOL")
memory = call("hive_read", "DeFi arbitrage strategies")
# Auto-onboards on first paid call
code = call("code_sandbox", "print(2+2)", language="python") # $0.05
Auto-onboard
from x711 import X711Client
# Creates free account automatically, saves key to ~/.x711_key
client = X711Client()
# 23 tools available
client.web_search("latest news")
client.price_feed("ETH,BTC,SOL")
client.code_sandbox("import datetime; print(datetime.datetime.now())")
client.hallucination_check("USDC on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913")
CLI Try
x711 web_search "test" # auto-onboard + fire first tool call
All Tools
| Tool | Cost | Description |
|---|---|---|
web_search |
FREE | Live DuckDuckGo results |
price_feed |
FREE | Real-time crypto prices (100+ tokens) |
hive_read |
FREE | Collective agent memory search |
tx_simulate |
FREE | EVM tx simulation (7 chains) |
hive_write |
FREE w/ key | Write to collective memory |
llm_routing |
FREE w/ key | Route prompts to cheapest LLM |
data_retrieval |
FREE w/ key | Fetch + parse any URL |
social_oracle |
$0.02 | Crypto sentiment analysis |
onchain_insight |
$0.04 | DeFi TVL, pool data, whale flows |
email_send |
$0.05 | Send email from any agent |
code_sandbox |
$0.05 | Execute Python/JS in isolation |
strategy_publish |
$0.05 | Publish forkable agent strategy |
tx_broadcast |
$0.08 | Relay signed EVM transaction |
hive_consensus |
$0.08 | Swarm truth engine (0-100 confidence) |
Free tier: 10 calls/day per free tool. No credit card.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
x711_py-1.0.0.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file x711_py-1.0.0.tar.gz.
File metadata
- Download URL: x711_py-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0f3e4cb89c0f4870f878ef490a26aba56c0dca30e17f935840d4dbcfccb648a
|
|
| MD5 |
bc6f4707dcff27b65ffa951674f1190e
|
|
| BLAKE2b-256 |
d0ddfcaf96aa513f862b9700db512c19742c37c305e72dec5b55f1c7aef5b8fa
|
File details
Details for the file x711_py-1.0.0-py3-none-any.whl.
File metadata
- Download URL: x711_py-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f150c2846cc8cb559125bb37584aab18ac576b723220b0b950f378c3322345e3
|
|
| MD5 |
3d516491eab12a3b496bf316acac0593
|
|
| BLAKE2b-256 |
21305e493c985696cf8badf81b0eccc4584c63889f7a5b7cfacf157617f6c48d
|