Docs

Embed tokenized credit earn

Add governed tokenized-credit discovery, deposits, positions, yield, and exits to a product.

Torq Earn is the product journey for exposing governed credit vaults inside a wallet, neobank, fintech, or investment application. In Developer Preview, your product reads canonical vault and position state from Torq, while the customer retains transaction signing and submission.

Choose the surface

ExperienceCanonical Torq surfaces
Browse opportunitiesGET /v1/vaults, GET /v1/markets, GET /v1/assets, GET /v1/tranches
Check accessGET /v1/eligibility, wallet session, current network and deployment
Show a positionGET /v1/positions, vault activity, holder performance, freshness
Deposit or redeemA documented typed workflow, customer-owned signer, registered transaction hash
Keep the UI currentWebhooks or WebSockets followed by a canonical resource read

Integration lifecycle

  1. Discover a supported network and its attested deployment.
  2. List vaults and retain the returned freshness evidence.
  3. Establish an origin-bound wallet session when the resource or workflow is wallet-scoped.
  4. Prepare the documented deposit or redemption action through the workflow API.
  5. Simulate and sign with the customer's wallet or custody boundary.
  6. Register the transaction hash and wait for final_success.
  7. Refresh the canonical position before displaying completion, shares, value, or claimable state.

Do not reconstruct financial state

Chain -> Indexer -> Projector -> Postgres -> Torq API -> Your Earn experience

RPC is appropriate for simulation, submission, and receipt observation. It is not the source for customer-visible vault accounting, share value, eligibility, authority, or completion. See canonical state and yield accounting.

Next steps

Public GA is not open. Mainnet availability, public package publication, and self-service credentials must not be inferred from this guide.

On this page