VELARU CLEAR — EMBED KIT · BIND_GATE ============================================================ Bind-gate · PAS before bind/renewal CCB: Policy bind · renewal submit Endpoint: POST /api/v1/execute-gate/bind Demo: https://velaru.xyz/demo/hero?autorun=1 STEPS ------------------------------------------------------------ 1. Call ExecuteGate bind BEFORE policy bind completes 2. On PERMIT attach proof_ref to transaction · on DENY block bind 3. Report premium cleared monthly · weekly Merkle via /clearing PRODUCTION CURL ------------------------------------------------------------ curl -sS -X POST 'https://velaru.xyz/api/v1/execute-gate/bind' \ -H 'Content-Type: application/json' \ -H 'X-API-Key: velaru_live_YOUR_KEY' \ -H 'X-Velaru-Payment-Proof: demo' \ -H 'Idempotency-Key: quote-88421-bind' \ -d '{"action":"bind","company":"Acme Healthcare Inc","insured_slug":"acme-healthcare-inc","policy_number":"EPL-2026-004821"}' HEADERS ------------------------------------------------------------ • X-API-Key — carrier or MGA tenant • X-Cleared-Exposure-USD — premium dollars cleared this bind • Idempotency-Key — required on production bind path REPORT CLEARED EXPOSURE (bps tier) ------------------------------------------------------------ curl -sS -X POST 'https://velaru.xyz/api/v1/clear/exposure' \ -H 'Content-Type: application/json' \ -H 'X-API-Key: velaru_live_YOUR_KEY' \ -d '{"vertical":"bind_gate","cleared_usd":2500000,"period":"monthly"}'