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
| Experience | Canonical Torq surfaces |
|---|---|
| Browse opportunities | GET /v1/vaults, GET /v1/markets, GET /v1/assets, GET /v1/tranches |
| Check access | GET /v1/eligibility, wallet session, current network and deployment |
| Show a position | GET /v1/positions, vault activity, holder performance, freshness |
| Deposit or redeem | A documented typed workflow, customer-owned signer, registered transaction hash |
| Keep the UI current | Webhooks or WebSockets followed by a canonical resource read |
Integration lifecycle
- Discover a supported network and its attested deployment.
- List vaults and retain the returned freshness evidence.
- Establish an origin-bound wallet session when the resource or workflow is wallet-scoped.
- Prepare the documented deposit or redemption action through the workflow API.
- Simulate and sign with the customer's wallet or custody boundary.
- Register the transaction hash and wait for
final_success. - 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 experienceRPC 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
- Build the deposit and redemption flow
- Integrate as a wallet, neobank, or fintech
- Use the API reference
- Start from a checked-in sample
Public GA is not open. Mainnet availability, public package publication, and self-service credentials must not be inferred from this guide.