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.
| Guide | What it does |
|---|---|
| Restrict who may hold | a policy combining a credential and a holder cap; a refused transfer and its rule path |
| Trade: propose, decline, expire | a settlement the counterparty declines, and the escrow coming back |
| Pledge and exercise | pledge units, exercise part, release the rest |
| Distribute, claim, delegate | distribute aeUSD to a kind, claim it, route income to someone else |
| Split, redemption, lock issuance | a 4-for-1 split, a redemption pool, ending issuance |
| Wind down with a waterfall | liquidation, proceeds, fixed and pro-rata tiers |
| Read rights over the EVM | the AE-20 view of a right kind over JSON-RPC |
| Bridge out | testnet 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