
Trust Connect turns a standard wallet-connect flow into a proof-carrying sign-in. Your backend gets a signed payload plus a live Trust Score in one round trip.
POST https://trstlyr.com/api/v1/verify
Headers: Authorization: Bearer <API_KEY>
Body: { trust_id, signature, nonce }
{
"verified": true,
"trust_id": "0x...",
"wallet": "0x...",
"trust_score": 742,
"badges": ["verified_human"],
"issued_at": 1720900000
}