NanoProof
Sign in

Documentation

Everything you need to understand and run NanoProof.

Quick command-line test

Run the entire x402 flow from your terminal:

# One-click demo flow
curl -X POST https://nanoproof-api-production.up.railway.app/x402/demo \
  -H "Content-Type: application/json" \
  -d '{"creatorId":"cr_demo_alice","resource":"/v1/research/cite","amountUsdc":"1000"}'

# Check protocol-wide metrics
curl https://nanoproof-api-production.up.railway.app/metrics

# See recent settlements
curl "https://nanoproof-api-production.up.railway.app/payments/history?limit=5"

# Browse the API
open https://nanoproof-api-production.up.railway.app/api