LIVE|UTC —
SYNC

Settlement rail adapter · Tokenization Service hook

DTCC attestation integration

DTC moves the asset · Velaru proves the attestation event. Optional receipt rail underneath tokenization — we do not custody, settle, or compete with DTC. Governed events are bound to a frozen gate; counsel forwards a public /verify URL strangers can authenticate without operator custody.

Supported event surface

tokenize DTC asset tokenized

Real-world DTC-custodied asset converted to on-chain representation.

mint Token mint authorized

New tokenized units minted against custody record.

burn Token burn / redemption

Tokenized units burned; traditional form restored in DTC.

corporate_action Corporate action on tokenized asset

Dividend, split, or governance event bound to tokenized twin.

custody_transfer Custody transfer attested

Beneficial ownership move with stranger-verify trail.

Live endpoints

POST https://velaru.xyz/api/v1/dtcc/attest
POST https://velaru.xyz/api/v1/dtcc/production/webhook
GET  https://velaru.xyz/api/v1/dtcc/events.json
GET  https://velaru.xyz/api/v1/dtcc/attest          ← API reference (browser-safe)

Honest ceiling: certifies process under frozen gate — not market truth, release entitlement, or custody status.

Attest request (POST)

curl -X POST https://velaru.xyz/api/v1/dtcc/attest \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -H "X-Velaru-Payment-Proof: YOUR_PROOF" \
  -d '{"proof_ref":"ENTRY_ID","event_type":"tokenize","cusip":"037833100"}'