mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Re-levelization: move non-docs content, rename content→docs
For better URLs, the content folder has been renamed 'docs' and all other files have been moved up a level. Also, non-docs images have been moved to the static folder at the top level where they belong. Many relative paths had to be fixed to make this work.
This commit is contained in:
@@ -21,7 +21,7 @@ The mechanics of issuing a stablecoin are not complicated.
|
||||
|
||||
While anyone can issue a token with any currency code in the XRP Ledger, stablecoin value comes from the promise that it can be redeemed for a corresponding asset. Issuing a stablecoin might involve regulatory obligations, which vary by jurisdiction. For these reasons, an established, reputable business is most likely to succeed in issuing a stablecoin.
|
||||
|
||||
[](/img/uc-stablecoin-flow.png)
|
||||
[](/docs/img/uc-stablecoin-flow.png)
|
||||
|
||||
There are many decisions to make and artifacts to generate as you prepare to release a new stablecoin. You can use the XRPL Foundation's [Self-assessment Questionnaire](https://foundation.xrpl.org/wp-content/uploads/2022/03/self_assessment_questionnaire_140322.pdf) as a starting point to gather and produce the necessary information for a successful launch.
|
||||
|
||||
@@ -29,7 +29,7 @@ There are many decisions to make and artifacts to generate as you prepare to rel
|
||||
|
||||
The first step is to decide the type of stablecoin you want to create. Your choice of stablecoin type might require additional steps, such as signing on financial or audit partners.
|
||||
|
||||

|
||||

|
||||
|
||||
There are five common types of currency tokens you can create on the XRPL: fiat-backed, crypto-backed, commodity-backed, financial instrument-backed, and non-collateralized. See [Stablecoins](../../concepts/tokens/fungible-tokens/stablecoins/index.md).
|
||||
|
||||
@@ -43,7 +43,7 @@ Alternatively, you can use an external node service provider like OpenNode. See
|
||||
|
||||
## Sandbox Access
|
||||
|
||||

|
||||

|
||||
|
||||
For testing purposes, you can implement, deploy, and trade your stablecoin on the XRPL Testnet or Devnet servers. Visit the XRP Faucets page to generate your test network credentials. Use the listed server URIs on that page to connect to and interact with your chosen test network. See [XRP Faucets](/resources/dev-tools/xrp-faucets).
|
||||
|
||||
@@ -152,7 +152,7 @@ See [Freezing Tokens](../../concepts/tokens/fungible-tokens/freezes.md).
|
||||
|
||||
If you see signs of suspicious activity, you can enact a global freeze on your account to prevent users from sending your tokens to each other and trading your token in the decentralized exchange.
|
||||
|
||||

|
||||

|
||||
|
||||
See [Enact Global Freeze](../../tutorials/use-tokens/enact-global-freeze.md).
|
||||
|
||||
@@ -165,7 +165,7 @@ Clawback is an optional setting that you can choose before you begin to distribu
|
||||
|
||||
See [Clawback](../../references/protocol/transactions/types/clawback.md).
|
||||
|
||||

|
||||

|
||||
|
||||
### Partial Payments
|
||||
|
||||
@@ -214,4 +214,4 @@ For any given pair of assets, there can be up to one AMM in the ledger. You can
|
||||
|
||||
See [Automated Market Makers](../../concepts/tokens/decentralized-exchange/automated-market-makers.md).
|
||||
|
||||
{% raw-partial file="/_snippets/common-links.md" /%}
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
Reference in New Issue
Block a user