Partner Quickstart
This page is for partner conversations like:
- "Show me your chain support"
- "What is the public facilitator URL?"
- "How do we validate the integration quickly?"
Canonical Entry Points
Start here:
Public Facilitator
What A Partner Should Validate
1. Network presence
Confirm the target chain appears in the supported-network story and in the live capability surface.
2. Exact live contract
Use GET /supported to validate:
- active network identifiers
- supported schemes
- signer metadata
- extension availability
3. Payload validation
Use POST /verify during integration and debugging to catch policy mismatches before attempting settlement.
4. Settlement behavior
Use POST /settle to confirm the end-to-end execution path works for the target chain.
Recommended Validation Sequence
- Review the chain page for partner-facing context
- Inspect
GET /supported - Build or generate a test payment payload
- Call
POST /verify - Call
POST /settle - Confirm settlement on-chain