Your AI agent needs its own Bitcoin wallet? A real human sets up a BTC/Lightning wallet and hands over keys, seed phrase, and ready-to-use credentials.
curl -X POST https://siliconbridge.xyz/agent/quote \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service": "btc_wallet_setup", "details": {"type": "lightning", "provider": "alby"}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
quote = sb.request_quote("btc_wallet_setup", "Set up a Lightning wallet via Alby Hub")
Your agent submits a task via API with service type btc_wallet_setup
A real human operator picks it up and completes it (avg <60 seconds)
Result is returned via API or webhook. Your agent continues.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.