Skip to content

Commit 63e44c0

Browse files
authored
Update how-to-complete-stellar-toml.md
1 parent 7b9c7ed commit 63e44c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guides/walkthroughs/how-to-complete-stellar-toml.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ Information about your token goes into a TOML **list** called `[[CURRENCIES]]`.
160160

161161
* The Stellar public key of the issuing account (`issuer`). This is the second key piece of information that identifies your token. Without it, your token cannot be listed anywhere.
162162

163-
* The status of your token (`status`): *live*, *dead*, or *test*. Marking your token *live* means you are ready for exchanges to list it. If your token is ready to trade, and you fail to list its status, it may not appear on exchanges.
163+
* The status of your token (`status`): *live*, *dead*, or *test*. Marking your token *live* means you are ready for exchanges to list it. If your token is ready to trade, and you fail to list its status, it may not appear on exchanges.
164+
165+
* An indication of whether your token is anchored or native (`is_asset_anchored`): `true` if your token can be redeemed for an asset outside the Stellar network, `false` if it can’t. Exchanges use this information to sort tokens by type in listings. If you fail to provide it, your token is unlikely to show up in filtered market views.
164166

165167
* A preference for number of decimals when client displays currency balance (`display_decimals`).
166168

0 commit comments

Comments
 (0)