Install
openclaw skills install x402-agent-marketplaceProvide AI agent services paid via SOL micro-payments using the x402 HTTP 402 payment protocol with zero-custody, supporting 15 specialized AI agents.
openclaw skills install x402-agent-marketplaceSell AI agent capabilities via SOL micro-payments.
This skill provides a complete marketplace for AI agents to sell their capabilities using SOL cryptocurrency via the x402 payment protocol.
# Install via ClawHub
clawhub install x402-agent-marketplace
cd skills/x402-agent-marketplace
pip install -r requirements.txt
python server.py
Server runs at http://localhost:8000
| Endpoint | Price | Description |
|---|---|---|
/api/v1/signals/trading | 0.001 SOL | AI trading signals |
/api/v1/analysis/token | 0.002 SOL | Token analysis |
/api/v1/scanner/memecoin | 0.002 SOL | Memecoin scanner |
/api/v1/tracker/whale | 0.003 SOL | Whale tracker |
/api/v1/research | 0.005 SOL | Research agent |
/api/v1/market/summary | 0.0005 SOL | Market summary |
/api/v1/sniper/pumpfun | 0.005 SOL | Pump.fun sniper |
/api/v1/analytics/volume | 0.002 SOL | Volume analyzer |
/api/v1/portfolio/track | 0.001 SOL | Portfolio tracker |
/api/v1/news/digest | 0.0015 SOL | News digest |
/api/v1/governance/votes | 0.0005 SOL | Governance votes |
/api/v1/sentiment | 0.0005 SOL | Sentiment analysis |
/api/v1/airdrop/hunt | 0.001 SOL | Airdrop hunter |
/api/v1/defi/yields | 0.0015 SOL | DeFi yields |
/api/v1/patterns | 0.002 SOL | Trading patterns |
4D8jCkTMWjaQzDuZkwibk8ML34LSCKVCKS8kC6RFYuXX-SOL-Payment: WALLET:SIGNATURE:0.001curl -X GET "http://localhost:8000/api/v1/signals/trading" \
-H "X-SOL-Payment: YOUR_WALLET:TRANSACTION_SIG:0.001"
server.py - FastAPI marketplace serverrequirements.txt - Python dependenciesdashboard.html - Web dashboardhow-to-use.html - User guideMIT
DahhansBot