Trust Stack Docs
Get started

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

AreaWorkflows
TokensCreate a standard Fungible Asset, lock tokens, and create vesting schedules
Digital AssetsCreate one-of-one assets, lock them, and release them to a beneficiary
DistributionSend atomic batches and publish Merkle airdrops
PaymentsCreate fully funded, continuously accruing payment streams
StakingCreate funded reward pools; stake, claim, and withdraw positions
LiquidityLock an exact Dexlyn V1 LP Coin position through the isolated adapter
DiscoveryFind wallet positions and inspect reconciled public proof records

The operating model

Trust Stack separates three responsibilities:

  1. The wallet authorizes. StarKey signs the exact transaction. Trust Stack never receives a private key or seed phrase.
  2. Move enforces. Package code checks ownership, time, amount, replay protection, and immutable position terms on chain.
  3. 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.

Start with a testnet-only wallet and token:

  1. Connect StarKey.
  2. Create a token or use an existing standard Fungible Asset.
  3. Create a token lock for a second test wallet.
  4. Open My positions and confirm both creator and beneficiary views.
  5. 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,000 quants

On this page