Skip to main content
Standalone proof-of-control docs for exchanges

Fololo Iris Developer Docs

Proof-of-control APIs for exchanges with audit-ready case-file evidence.

Build standalone proof-of-control workflows that end in audit-ready case files. External Travel Rule provider adapters are optional follow-on integration work.
Quick call
curl -X POST https://iris.stg.fololo.io/api/v1/challenges \
  -H "Authorization: Bearer <api-key>" \
  -H "Content-Type: application/json" \
  -d '{ "walletAddress": "0x...", "blockchainNetwork": "ethereum" }'
Start with one call. Finish with a defensible case file.

Ship audit-ready outcomes

Everything needed to go from first challenge to compliance-ready case-file delivery.

Fast proof-of-control

Move from manual wallet checks to a standalone proof-of-control flow in minutes, not hours.

Audit-ready case files

Generate auditor-friendly evidence packages with integrity checks and controlled access.

Multi-chain ready

Ethereum, Polygon, BSC, and Bitcoin in production verification flows.

Core flow

Three steps cover the standalone proof-of-control to case-file path.

Capture proof-of-control

POST /api/v1/challenges creates a signature request.

Verify by supported method

POST /api/v1/verify validates EIP-712/EIP-1271 or BIP-322 paths.

Deliver the case file

Evidence endpoints return metadata, integrity details, and downloadable artifacts.