From 7a0e595d0a544a855a31c7adeba3b578ff655eaa Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Wed, 4 Mar 2026 17:30:56 +0000 Subject: [PATCH] docs: add Token List step to issuance guide Co-Authored-By: struong <10735730+struong@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019cb9e6-01c6-75dc-a1b6-af2252a43bde --- src/pages/guide/issuance/create-a-stablecoin.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/guide/issuance/create-a-stablecoin.mdx b/src/pages/guide/issuance/create-a-stablecoin.mdx index c3f2c7fa..4599ca55 100644 --- a/src/pages/guide/issuance/create-a-stablecoin.mdx +++ b/src/pages/guide/issuance/create-a-stablecoin.mdx @@ -284,6 +284,7 @@ export const config = createConfig({ ### Next steps Now that you have created your first stablecoin, you can now: +- [Add your token to the Token List](/quickstart/tokenlist#adding-a-new-token) so it appears in wallets, explorers, and other apps on Tempo - learn the [Best Practices](#best-practices) below - follow a guide on how to [mint](/guide/issuance/mint-stablecoins) and [more](/guide/issuance/manage-stablecoin) with your stablecoin.