An AI-powered bookkeeper discovery agent with x402 micropayment integration. Pay $0.10 USDC per search to find vetted bookkeepers matching your specific needs.
URL: https://autarchic-unbodied-bryson.ngrok-free.dev
| Endpoint | Price | Description |
|---|---|---|
GET / |
Free | Service info |
GET /health |
Free | Health check |
POST /find |
$0.10 USDC | Find bookkeepers matching criteria |
- Client sends a
POST /findrequest with search criteria - x402 middleware intercepts and requires a USDC payment on Base
- Payment is verified via the x402 facilitator
- AI searches for matching bookkeepers and returns results
# Check service info
curl https://autarchic-unbodied-bryson.ngrok-free.dev/
# Find bookkeepers (requires x402 payment header)
curl -X POST https://autarchic-unbodied-bryson.ngrok-free.dev/find \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{"query": "QuickBooks certified bookkeeper in Miami"}'- Framework: FastAPI + Uvicorn
- Payments: x402 v2 (EVM/Base USDC)
- AI: OpenAI for intelligent matching
- Network: Base (EIP-155:8453)
0xb3e17988e6eE4D31e6D07decf363f736461d9e08
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
BASE_WALLET_ADDRESS=0xYourWallet uvicorn src.x402_integration:app --port 8402- ContractorFinder Agent — Find contractors with x402 payments
- x402 Protocol — HTTP 402 Payment Required standard
Built with ❤️ and x402 micropayments on Base