Lesson 4
Issuing tokens and currencies
Digitally representing value

Did you know that you can issue your own tokens and currencies on the XRP Ledger (XRPL)? In fact, the XRPL was the first blockchain to support the tokenization of various assets.
Tokens are digital assets that can be used to represent anything of value on the ledger. This means that you can use tokens to represent real-world assets, whether that’s a stablecoin like the US dollar, piece of art, or a physical commodity.
You can create a token on the ledger without needing smart contracts or a special programming language. Here’s a quick guide on how to issue your own token:
Once your token has been created, you can use the DEX to trade it with other assets (you will learn more about the DEX in the next lesson). You can also hold your token in a wallet, send it to others, or even use it to power applications built on the XRPL.
Universal token creation
You can create a token on the ledger without needing smart contracts or a special programming language. Here’s a quick guide on how to issue your own token:
- You need another account to establish a trustline with you for this new token.
- Make sure both accounts have enough XRP reserve.
- Send a payment transaction to the account that you established a trustline with.
- The cold account will issue tokens by sending them through a payment transaction to the hot account. The created tokens will be sitting in the hot account as a reserve.
- The hot account will be in charge of sending the tokenized dollars to fiat depositors’ accounts as deposits occur.
Trading on XRPL’s decentralized exchange (DEX)
Once your token has been created, you can use the DEX to trade it with other assets (you will learn more about the DEX in the next lesson). You can also hold your token in a wallet, send it to others, or even use it to power applications built on the XRPL.