Overview
What Trust Stack does, who it is for, and which guarantees belong on chain.
Trust Stack is a non-custodial workspace for creating and operating assets on Supra MoveVM. It combines wallet-signed transactions, isolated on-chain vaults, typed client libraries, indexed discovery, and public event proofs in one product.
The current release is a Supra Testnet audit candidate. It is intended for evaluation and integration work, not mainnet or meaningful-value assets.
What you can do
| Area | Workflows |
|---|---|
| Tokens | Create a standard Fungible Asset, lock tokens, and create vesting schedules |
| Digital Assets | Create one-of-one assets, lock them, and release them to a beneficiary |
| Distribution | Send atomic batches and publish Merkle airdrops |
| Payments | Create fully funded, continuously accruing payment streams |
| Staking | Create funded reward pools; stake, claim, and withdraw positions |
| Liquidity | Lock an exact Dexlyn V1 LP Coin position through the isolated adapter |
| Discovery | Find wallet positions and inspect reconciled public proof records |
The operating model
Trust Stack separates three responsibilities:
- The wallet authorizes. StarKey signs the exact transaction. Trust Stack never receives a private key or seed phrase.
- Move enforces. Package code checks ownership, time, amount, replay protection, and immutable position terms on chain.
- The read layer explains. The indexer and UI make positions easier to find, but do not replace authoritative Move state.
Know the boundary
A successful interface message is not itself proof. Trust Stack requires a successful receipt, the expected emitted event, and—where the workflow has a state reader—the resulting on-chain object or vault state.
Recommended first journey
Start with a testnet-only wallet and token:
- Connect StarKey.
- Create a token or use an existing standard Fungible Asset.
- Create a token lock for a second test wallet.
- Open My positions and confirm both creator and beneficiary views.
- Compare the transaction in SupraScan with the Trust Stack public proof.
Network constants
- Network: Supra MoveVM Testnet
- Chain ID:
6 - RPC:
https://rpc-testnet.supra.com - Explorer:
https://testnet.suprascan.io - Native precision: one SUPRA equals
100,000,000quants