Beta Environment Notice
TDM is currently in Beta. Exercise caution when handling assets. Use at your own risk.
Fast Export
Switch the current page to Markdown for fast agent reading, or download it as a .md file.
TDM is currently in Beta. Exercise caution when handling assets. Use at your own risk.
Fast Export
Switch the current page to Markdown for fast agent reading, or download it as a .md file.
# TDM Hosted Checkout Summary: Browser-wallet checkout path for buyers who should not need npm or the local CLI. Hosted checkout links let a buyer connect a wallet, read current TDM balance, authorize payment, and unlock paid content. Status: Public browser-wallet checkout Topics: - buyer flow without npm - browser wallet checkout - direct wallet settlement - protected unlock Packages: - tdm-sdk Commands: - tdm make payable - POST /authorize - POST /v1/checkout-sessions - GET /v1/checkout-status/:paymentId
Hosted checkout is the buyer-facing no-install path. A seller or integrator can share a TDM checkout link, and the buyer can use a browser wallet to connect, check balance, authorize payment, and unlock the resource without installing the CLI.
If you are already in JavaScript or TypeScript, the fastest seller-side integration is the small checkout client from tdm-sdk/checkout. It wraps the same hosted checkout session contract shown above.
The same payable resource can also be exposed through bridge listings for external agent ecosystems. Those bridges do not replace checkout; they point buyers and agents back into the normal TDM purchase flow. The soft product goal is simple: discover anywhere, buy easily, then move into TDM only when deeper automation or ongoing runtime control actually matters.