Skip to main content
GET
Returns a single readiness verdict plus the individual checks behind it. Poll this after deployment and after each authorization step until fullyConfigured is true. Readiness spans two layers. Contract wiring is set up by the factory at deployment and rarely needs attention. Token-side authorization is the layer that blocks new markets, because it depends on parties outside Trusset: the collateral token’s agent administrator and its identity registry operator.

Path Parameters

string
required
Market ID.

Response Fields

object

Requirement Values

routerHolderAuthorized is reported as true when the collateral token exposes no identity registry and no contract allow-list, because eligibility cannot be evaluated without one. That is an unknown, not a pass. Verify the router’s authorization out of band before letting borrowers in.
This endpoint tells you what is unfinished. Get Setup Steps returns the same state as an ordered checklist with ready-to-sign calldata for each outstanding item.