SP SettleProof API
online on Solana devnet

Protocol surface for autonomous settlement.

SettleProof exposes AAP - Agent Attestation Protocol status, relay planning, indexer planning, and public links for the merchant attestation demo.

ProtocolAAP
Settlementcustody
Relayplanned
Indexerplanned

Endpoints

{
  "name": "SettleProof API",
  "status": "online",
  "role": "public relay, indexer, and protocol API surface",
  "phase": "devnet placeholder",
  "network": "https://api.devnet.solana.com",
  "programs": {
    "custody": "DbpCDpaHvKmWgbFxqHJAaEZ35Zz96yCuNB6V5c91WnFp",
    "attestor": "DcbEtMkSJczzbQgUC9vUeKhGfQZ4HKYMFbjAyXH2gXaa"
  },
  "protocol": "AAP - Agent Attestation Protocol",
  "settlement": "merchant attestation + smart contract custody + auto-refund",
  "links": {
    "site": "https://settleproof.xyz",
    "docs": "https://settleproof.xyz/docs",
    "demo": "https://demo.settleproof.xyz",
    "api": "https://api.settleproof.xyz"
  },
  "endpoints": {
    "health": "/health",
    "version": "/v1",
    "status": "/v1/status",
    "relay": "/v1/relay",
    "indexer": "/v1/indexer"
  }
}