Skip to Content
GuidesOverview

Guides

Each guide continues the Quickstart shell: it assumes the Quickstart’s setup block has been run (the alias_tx and wait_tx helpers, the issuer and investor keys) and reuses $ISSUER, $INVESTOR and $ASSET from it. Every command block marked as runnable is executed by the documentation’s test suite against a local devnet before a release of these pages.

GuideWhat it does
Restrict who may holda policy combining a credential and a holder cap; a refused transfer and its rule path
Trade: propose, decline, expirea settlement the counterparty declines, and the escrow coming back
Pledge and exercisepledge units, exercise part, release the rest
Distribute, claim, delegatedistribute aeUSD to a kind, claim it, route income to someone else
Split, redemption, lock issuancea 4-for-1 split, a redemption pool, ending issuance
Wind down with a waterfallliquidation, proceeds, fixed and pro-rata tiers
Read rights over the EVMthe AE-20 view of a right kind over JSON-RPC
Bridge outtestnet deployment pending

If you open a new terminal, re-run the Quickstart’s setup block and restore the variables:

ISSUER=$(aevad keys show issuer -a --home "$AEVA_HOME" --keyring-backend test) INVESTOR=$(aevad keys show investor -a --home "$AEVA_HOME" --keyring-backend test) ASSET=<the asset id printed in step 2>
Last updated