From a94a415088ae573903f0a52b74e1c368563ef7b8 Mon Sep 17 00:00:00 2001 From: vaish-theis Date: Tue, 16 Jun 2026 17:36:44 -0700 Subject: [PATCH 1/4] docs: update mUSD section in SUMMARY.md and astro.config.mjs - Renamed "musd" to "Borrow" in the documentation structure. - Added a new link for "How to Borrow mUSDC" in the mUSD section. - Updated the label for liquidations and redemptions to remove "MUSD" for consistency. --- astro.config.mjs | 3 ++- src/content/docs/docs/SUMMARY.md | 5 +++-- src/content/docs/docs/users/musd/how-to-borrow-musdc.mdx | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 src/content/docs/docs/users/musd/how-to-borrow-musdc.mdx diff --git a/astro.config.mjs b/astro.config.mjs index 71622bed6..7232edd59 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -185,10 +185,11 @@ export default defineConfig({ ] }, { - label: 'MUSD', + label: 'Borrow', collapsed: true, items: [ 'docs/users/musd', + 'docs/users/musd/how-to-borrow-musdc', 'docs/users/musd/mint-musd', 'docs/users/musd/fees', 'docs/users/musd/architecture-and-terminology', diff --git a/src/content/docs/docs/SUMMARY.md b/src/content/docs/docs/SUMMARY.md index 0c44c19d8..244afe0fe 100644 --- a/src/content/docs/docs/SUMMARY.md +++ b/src/content/docs/docs/SUMMARY.md @@ -18,12 +18,13 @@ topic: users * [Bridges](users/mainnet/bridges.md) * [Track Your Native Bitcoin Deposit](users/mainnet/track-your-native-bitcoin-deposit.md) * [Enclaves](users/mainnet/enclaves.md) - * [musd](users/musd/README.md) + * [Borrow](users/musd/README.md) * [Overview](users/musd/index.md) + * [How to Borrow mUSDC](users/musd/how-to-borrow-musdc.md) * [Borrow and Mint MUSD](users/musd/mint-musd.md) * [Fees](users/musd/fees.md) * [Architecture and Terminology](users/musd/architecture-and-terminology.md) - * [MUSD Liquidations & Redemptions](users/musd/liquidation-mechanics.md) + * [Liquidations & Redemptions](users/musd/liquidation-mechanics.md) * [MUSD Bridge](users/musd/musd-bridge.md) * [MEZO](users/mezo/index.md) * [MEZO Overview](users/mezo/index.md) diff --git a/src/content/docs/docs/users/musd/how-to-borrow-musdc.mdx b/src/content/docs/docs/users/musd/how-to-borrow-musdc.mdx new file mode 100644 index 000000000..c181121bb --- /dev/null +++ b/src/content/docs/docs/users/musd/how-to-borrow-musdc.mdx @@ -0,0 +1,6 @@ +--- +title: How to Borrow mUSDC +description: How to borrow mUSDC on Mezo +topic: users +--- + From bbf80317712029a5d09d7392dd8c01b31b36400f Mon Sep 17 00:00:00 2001 From: vaish-theis Date: Tue, 16 Jun 2026 17:36:59 -0700 Subject: [PATCH 2/4] Remove unnecessary "peer" fields from package-lock.json and update lunaria.config.json to eliminate ignored 404 files. --- lunaria.config.json | 3 +-- package-lock.json | 11 +---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/lunaria.config.json b/lunaria.config.json index c9578fb38..a64423ac9 100644 --- a/lunaria.config.json +++ b/lunaria.config.json @@ -58,7 +58,6 @@ "files": [ { "location": "src/content/docs/**/*.{md,mdx}", - "ignore": ["**/404/**"], "pattern": "src/content/docs/@lang/@path", "type": "universal" } @@ -72,4 +71,4 @@ "src/content/docs/" ] } -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a6c23568f..aab2b298f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -164,7 +164,6 @@ "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.4.tgz", "integrity": "sha512-ygPGDgRd9nCcNgaYMNN7UeAMAkDOR1ibv3ps3xEz+cuvKG3CRLd19UwdB+Gyz1tbkyfjPWPkFKNhLwNybro8Tw==", "license": "MIT", - "peer": true, "dependencies": { "@astrojs/markdown-remark": "^6.3.1", "@astrojs/mdx": "^4.2.3", @@ -1833,7 +1832,6 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2017,7 +2015,6 @@ "resolved": "https://registry.npmjs.org/astro/-/astro-5.6.1.tgz", "integrity": "sha512-aQ2TV7wIf+q2Oi6gGWMINHWEAZqoP0eH6/mihodfTJYATPWyd03JIGVfjtYUJlkNdNSKxDXwEe/r/Zx4CZ1FPg==", "license": "MIT", - "peer": true, "dependencies": { "@astrojs/compiler": "^2.11.0", "@astrojs/internal-helpers": "0.6.1", @@ -2940,8 +2937,7 @@ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1425554.tgz", "integrity": "sha512-uRfxR6Nlzdzt0ihVIkV+sLztKgs7rgquY/Mhcv1YNCWDh5IZgl5mnn2aeEnW5stYTE0wwiF4RYVz8eMEpV1SEw==", "dev": true, - "license": "BSD-3-Clause", - "peer": true + "license": "BSD-3-Clause" }, "node_modules/diff": { "version": "5.2.0", @@ -4606,7 +4602,6 @@ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", "license": "MIT", - "peer": true, "bin": { "jiti": "bin/jiti.js" } @@ -6315,7 +6310,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", @@ -6995,7 +6989,6 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.6.tgz", "integrity": "sha512-wc2cBWqJgkU3Iz5oztRkQbfVkbxoz5EhnCGOrnJvnLnQ7O0WhQUYyv18qQI79O8L7DdHrrlJNeCHd4VGpnaXKQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/estree": "1.0.6" }, @@ -7903,7 +7896,6 @@ "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz", "integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==", "license": "MIT", - "peer": true, "dependencies": { "esbuild": "^0.25.0", "postcss": "^8.5.3", @@ -8212,7 +8204,6 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz", "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } From dee9085f71f883e3384d3bad09ff80b0c34c7dc1 Mon Sep 17 00:00:00 2001 From: vaish-theis Date: Tue, 16 Jun 2026 17:43:37 -0700 Subject: [PATCH 3/4] Rename user musd docs path to borrow Move user-facing MUSD docs from users/musd to users/borrow and update cross-doc links and summaries to use the new borrow path consistently. Co-authored-by: Cursor --- src/content/docs/docs/SUMMARY.md | 16 +++---- src/content/docs/docs/de/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/de/docs/users/index.mdx | 4 +- .../developers/bridge/wormhole-musd-bridge.md | 2 +- .../musd-payments-x402/index.mdx | 2 +- .../musd-payments-x402/x402-quickstart.mdx | 4 +- .../docs/docs/developers/musd/index.md | 2 +- src/content/docs/docs/es/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/es/docs/users/index.mdx | 4 +- src/content/docs/docs/fr/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/fr/docs/users/index.mdx | 4 +- src/content/docs/docs/in/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/in/docs/users/index.mdx | 4 +- src/content/docs/docs/kr/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/kr/docs/users/index.mdx | 4 +- src/content/docs/docs/nl/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/nl/docs/users/index.mdx | 4 +- src/content/docs/docs/pt-br/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- .../docs/docs/pt-br/docs/users/index.mdx | 4 +- src/content/docs/docs/ru/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/ru/docs/users/index.mdx | 4 +- src/content/docs/docs/ua/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/ua/docs/users/index.mdx | 4 +- .../docs/users/{musd => borrow}/README.md | 0 .../architecture-and-terminology.md | 0 .../claim-collateral-after-redemption.mdx | 0 .../docs/docs/users/{musd => borrow}/fees.md | 2 +- .../{musd => borrow}/how-to-borrow-musdc.mdx | 0 .../docs/docs/users/{musd => borrow}/index.md | 2 +- .../{musd => borrow}/liquidation-mechanics.md | 4 +- .../docs/users/{musd => borrow}/mint-musd.mdx | 2 +- .../users/{musd => borrow}/musd-bridge.mdx | 0 src/content/docs/docs/users/index.mdx | 4 +- .../mezo-earn/vaults/musd-savings-vault.md | 4 +- .../docs/docs/users/resources/glossary.md | 46 +++++++++---------- src/content/docs/docs/vn/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/vn/docs/users/index.mdx | 4 +- src/content/docs/docs/zh/docs/SUMMARY.md | 14 +++--- .../developers/bridge/wormhole-musd-bridge.md | 2 +- src/content/docs/docs/zh/docs/users/index.mdx | 4 +- 50 files changed, 155 insertions(+), 155 deletions(-) rename src/content/docs/docs/users/{musd => borrow}/README.md (100%) rename src/content/docs/docs/users/{musd => borrow}/architecture-and-terminology.md (100%) rename src/content/docs/docs/users/{musd => borrow}/claim-collateral-after-redemption.mdx (100%) rename src/content/docs/docs/users/{musd => borrow}/fees.md (97%) rename src/content/docs/docs/users/{musd => borrow}/how-to-borrow-musdc.mdx (100%) rename src/content/docs/docs/users/{musd => borrow}/index.md (99%) rename src/content/docs/docs/users/{musd => borrow}/liquidation-mechanics.md (97%) rename src/content/docs/docs/users/{musd => borrow}/mint-musd.mdx (95%) rename src/content/docs/docs/users/{musd => borrow}/musd-bridge.mdx (100%) diff --git a/src/content/docs/docs/SUMMARY.md b/src/content/docs/docs/SUMMARY.md index 244afe0fe..ec1a5ce78 100644 --- a/src/content/docs/docs/SUMMARY.md +++ b/src/content/docs/docs/SUMMARY.md @@ -18,14 +18,14 @@ topic: users * [Bridges](users/mainnet/bridges.md) * [Track Your Native Bitcoin Deposit](users/mainnet/track-your-native-bitcoin-deposit.md) * [Enclaves](users/mainnet/enclaves.md) - * [Borrow](users/musd/README.md) - * [Overview](users/musd/index.md) - * [How to Borrow mUSDC](users/musd/how-to-borrow-musdc.md) - * [Borrow and Mint MUSD](users/musd/mint-musd.md) - * [Fees](users/musd/fees.md) - * [Architecture and Terminology](users/musd/architecture-and-terminology.md) - * [Liquidations & Redemptions](users/musd/liquidation-mechanics.md) - * [MUSD Bridge](users/musd/musd-bridge.md) + * [Borrow](users/borrow/README.md) + * [Overview](users/borrow/index.md) + * [How to Borrow mUSDC](users/borrow/how-to-borrow-musdc.md) + * [Borrow and Mint MUSD](users/borrow/mint-musd.md) + * [Fees](users/borrow/fees.md) + * [Architecture and Terminology](users/borrow/architecture-and-terminology.md) + * [Liquidations & Redemptions](users/borrow/liquidation-mechanics.md) + * [MUSD Bridge](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [MEZO Overview](users/mezo/index.md) * [Token Distribution](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/de/docs/SUMMARY.md b/src/content/docs/docs/de/docs/SUMMARY.md index ab8797b86..23505f6b3 100644 --- a/src/content/docs/docs/de/docs/SUMMARY.md +++ b/src/content/docs/docs/de/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [Mainnet](users/mainnet/index.md) * [Brücken (Bridges)](users/mainnet/bridges.md) * [Ihren nativen Bitcoin-Einzahlung verfolgen](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [Übersicht](users/musd/index.md) - * [MUSD leihen und prägen](users/musd/mint-musd.md) - * [Gebühren](users/musd/fees.md) - * [Architektur und Terminologie](users/musd/architecture-and-terminology.md) - * [MUSD-Liquidierungen und -Rücknahmen](users/musd/liquidation-mechanics.md) - * [MUSD-Brücke](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [Übersicht](users/borrow/index.md) + * [MUSD leihen und prägen](users/borrow/mint-musd.md) + * [Gebühren](users/borrow/fees.md) + * [Architektur und Terminologie](users/borrow/architecture-and-terminology.md) + * [MUSD-Liquidierungen und -Rücknahmen](users/borrow/liquidation-mechanics.md) + * [MUSD-Brücke](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [MEZO-Übersicht](users/mezo/index.md) * [Token-Verteilung](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/de/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/de/docs/developers/bridge/wormhole-musd-bridge.md index 7edb37456..145bf514e 100644 --- a/src/content/docs/docs/de/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/de/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -Die MUSD-Brücke wird vom Wormhole Native Token Transfer (NTT)-Protokoll betrieben, das sichere Cross-Chain-Transfers bei gleichzeitiger Wahrung der Token-Fungibilität ermöglicht. Weitere Informationen zur MUSD-Brücke finden Sie auf der Seite [MUSD-Brücke](/docs/de/docs/users/musd/musd-bridge). +Die MUSD-Brücke wird vom Wormhole Native Token Transfer (NTT)-Protokoll betrieben, das sichere Cross-Chain-Transfers bei gleichzeitiger Wahrung der Token-Fungibilität ermöglicht. Weitere Informationen zur MUSD-Brücke finden Sie auf der Seite [MUSD-Brücke](/docs/de/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/de/docs/users/index.mdx b/src/content/docs/docs/de/docs/users/index.mdx index 73401140c..56fb2b7d7 100644 --- a/src/content/docs/docs/de/docs/users/index.mdx +++ b/src/content/docs/docs/de/docs/users/index.mdx @@ -48,7 +48,7 @@ Erfahren Sie mehr über das Mezo-Netzwerk, MUSD und wie sie Zugang zu Bitcoin-Ei /> @@ -60,7 +60,7 @@ Nutzen Sie Ihre Vermögenswerte, um die Kaufkraft Ihres Bitcoin freizusetzen. diff --git a/src/content/docs/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/developers/bridge/wormhole-musd-bridge.md index d0d7d9c6d..6408804c7 100644 --- a/src/content/docs/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -The MUSD bridge is powered by Wormhole's Native Token Transfer (NTT) protocol, which enables secure cross-chain transfers while maintaining token fungibility. For more information about MUSD bridge, see the [MUSD Bridge](/docs/users/musd/musd-bridge) page. +The MUSD bridge is powered by Wormhole's Native Token Transfer (NTT) protocol, which enables secure cross-chain transfers while maintaining token fungibility. For more information about MUSD bridge, see the [MUSD Bridge](/docs/users/borrow/musd-bridge) page. diff --git a/src/content/docs/docs/developers/getting-started/musd-payments-x402/index.mdx b/src/content/docs/docs/developers/getting-started/musd-payments-x402/index.mdx index 7848a24d5..ef8e9c45b 100644 --- a/src/content/docs/docs/developers/getting-started/musd-payments-x402/index.mdx +++ b/src/content/docs/docs/developers/getting-started/musd-payments-x402/index.mdx @@ -134,5 +134,5 @@ wallet, run a programmatic `@x402/fetch` client), see the Mezo RPC endpoints and network parameters. - [Network & RPC](/docs/developers/chains/). Chain configuration details. -- Borrow and Mint MUSD ↗. User-side flow for acquiring MUSD (opens in new tab). +- Borrow and Mint MUSD ↗. User-side flow for acquiring MUSD (opens in new tab). - [x402.org](https://x402.org). Canonical x402 protocol documentation. diff --git a/src/content/docs/docs/developers/getting-started/musd-payments-x402/x402-quickstart.mdx b/src/content/docs/docs/developers/getting-started/musd-payments-x402/x402-quickstart.mdx index de5d90b5f..c2e9f047f 100644 --- a/src/content/docs/docs/developers/getting-started/musd-payments-x402/x402-quickstart.mdx +++ b/src/content/docs/docs/developers/getting-started/musd-payments-x402/x402-quickstart.mdx @@ -102,7 +102,7 @@ Step 2 funds going to Account A. Account B (Merchant) stays empty throughout. 2. Borrow MUSD at [mezo.org/feature/borrow](https://mezo.org/feature/borrow) with Account A connected on Mezo Testnet. Full walkthrough with - screenshots: [Borrow and Mint MUSD](/docs/users/musd/mint-musd/). + screenshots: [Borrow and Mint MUSD](/docs/users/borrow/mint-musd/). 3. Confirm Account A's MUSD balance. The testnet MUSD token contract is [`0x1189…Ac503`](https://explorer.test.mezo.org/token/0x118917a40FAF1CD7a13dB0Ef56C86De7973Ac503). @@ -417,7 +417,7 @@ in Account B on chain. at `0.001 MUSD`, points at `facilitator.vativ.io`, README walks through wallet funding + running the demo end-to-end. Clone and adapt. -- Borrow and Mint MUSD ↗. User-side flow for acquiring MUSD (opens in new tab). +- Borrow and Mint MUSD ↗. User-side flow for acquiring MUSD (opens in new tab). - [Mezo Faucet](https://faucet.test.mezo.org). Testnet BTC. {/* Screenshot placeholder template — replicate this block for each screenshot you insert throughout the quickstart. The `paywall-local-initial.png` below is the one remaining reference image; treat it as the example pattern and add more `import` + `` pairs as needed. */} diff --git a/src/content/docs/docs/developers/musd/index.md b/src/content/docs/docs/developers/musd/index.md index 6bad72411..7f2225484 100644 --- a/src/content/docs/docs/developers/musd/index.md +++ b/src/content/docs/docs/developers/musd/index.md @@ -250,4 +250,4 @@ pnpm coverage - **[MUSD Main README](https://github.com/mezo-org/musd/blob/main/README.md)** - Comprehensive architectural overview. - **[Demo Test Suite](https://github.com/mezo-org/musd/blob/main/test/integration/Demo.test.ts)** - Working code examples. -- **[MUSD User Guide](/docs/users/musd/)** - End-user documentation. +- **[MUSD User Guide](/docs/users/borrow/)** - End-user documentation. diff --git a/src/content/docs/docs/es/docs/SUMMARY.md b/src/content/docs/docs/es/docs/SUMMARY.md index 456040047..d7cef4716 100644 --- a/src/content/docs/docs/es/docs/SUMMARY.md +++ b/src/content/docs/docs/es/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [mainnet](users/mainnet/index.md) * [Puentes (Bridges)](users/mainnet/bridges.md) * [Rastrear tu Depósito Nativo de Bitcoin](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [Descripción General](users/musd/index.md) - * [Pedir Prestado y Acuñar MUSD](users/musd/mint-musd.md) - * [Comisiones](users/musd/fees.md) - * [Arquitectura y Terminología](users/musd/architecture-and-terminology.md) - * [Liquidaciones y Redenciones de MUSD](users/musd/liquidation-mechanics.md) - * [MUSD Bridge](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [Descripción General](users/borrow/index.md) + * [Pedir Prestado y Acuñar MUSD](users/borrow/mint-musd.md) + * [Comisiones](users/borrow/fees.md) + * [Arquitectura y Terminología](users/borrow/architecture-and-terminology.md) + * [Liquidaciones y Redenciones de MUSD](users/borrow/liquidation-mechanics.md) + * [MUSD Bridge](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [Descripción General de MEZO](users/mezo/index.md) * [Distribución de Tokens](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/es/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/es/docs/developers/bridge/wormhole-musd-bridge.md index cf918292b..b92bf858a 100644 --- a/src/content/docs/docs/es/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/es/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -El MUSD Bridge está impulsado por el protocolo Native Token Transfer (NTT) de Wormhole, que permite transferencias cross-chain seguras manteniendo la fungibilidad del token. Para más información sobre el MUSD Bridge, consulta la página [MUSD Bridge](/docs/es/docs/users/musd/musd-bridge). +El MUSD Bridge está impulsado por el protocolo Native Token Transfer (NTT) de Wormhole, que permite transferencias cross-chain seguras manteniendo la fungibilidad del token. Para más información sobre el MUSD Bridge, consulta la página [MUSD Bridge](/docs/es/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/es/docs/users/index.mdx b/src/content/docs/docs/es/docs/users/index.mdx index f69e182cf..229617713 100644 --- a/src/content/docs/docs/es/docs/users/index.mdx +++ b/src/content/docs/docs/es/docs/users/index.mdx @@ -48,7 +48,7 @@ Aprende sobre la red Mezo, MUSD, y cómo proporcionan acceso al capital de Bitco /> @@ -60,7 +60,7 @@ Usa tus activos para desbloquear el poder de gasto de tu Bitcoin. diff --git a/src/content/docs/docs/fr/docs/SUMMARY.md b/src/content/docs/docs/fr/docs/SUMMARY.md index 8ae3f2f85..57f869250 100644 --- a/src/content/docs/docs/fr/docs/SUMMARY.md +++ b/src/content/docs/docs/fr/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [mainnet](users/mainnet/index.md) * [Ponts (Bridges)](users/mainnet/bridges.md) * [Suivre votre dépôt Bitcoin natif](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [Aperçu](users/musd/index.md) - * [Emprunter et créer des MUSD](users/musd/mint-musd.md) - * [Frais](users/musd/fees.md) - * [Architecture et terminologie](users/musd/architecture-and-terminology.md) - * [Liquidations et rachats MUSD](users/musd/liquidation-mechanics.md) - * [MUSD Bridge](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [Aperçu](users/borrow/index.md) + * [Emprunter et créer des MUSD](users/borrow/mint-musd.md) + * [Frais](users/borrow/fees.md) + * [Architecture et terminologie](users/borrow/architecture-and-terminology.md) + * [Liquidations et rachats MUSD](users/borrow/liquidation-mechanics.md) + * [MUSD Bridge](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [Aperçu de MEZO](users/mezo/index.md) * [Distribution des tokens](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/fr/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/fr/docs/developers/bridge/wormhole-musd-bridge.md index dac2a5b9d..02021c122 100644 --- a/src/content/docs/docs/fr/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/fr/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -Le pont MUSD est alimenté par le protocole Native Token Transfer (NTT) de Wormhole, qui permet des transferts inter-chaînes sécurisés tout en maintenant la fongibilité des tokens. Pour plus d'informations sur le pont MUSD, consultez la page [Pont MUSD](/docs/fr/docs/users/musd/musd-bridge). +Le pont MUSD est alimenté par le protocole Native Token Transfer (NTT) de Wormhole, qui permet des transferts inter-chaînes sécurisés tout en maintenant la fongibilité des tokens. Pour plus d'informations sur le pont MUSD, consultez la page [Pont MUSD](/docs/fr/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/fr/docs/users/index.mdx b/src/content/docs/docs/fr/docs/users/index.mdx index 9129ac55e..514843235 100644 --- a/src/content/docs/docs/fr/docs/users/index.mdx +++ b/src/content/docs/docs/fr/docs/users/index.mdx @@ -48,7 +48,7 @@ Découvrez le réseau Mezo, MUSD, et comment ils donnent accès au capital Bitco /> @@ -60,7 +60,7 @@ Utilisez vos actifs pour libérer le pouvoir d'achat de votre Bitcoin. diff --git a/src/content/docs/docs/in/docs/SUMMARY.md b/src/content/docs/docs/in/docs/SUMMARY.md index e526773c4..0dee7017f 100644 --- a/src/content/docs/docs/in/docs/SUMMARY.md +++ b/src/content/docs/docs/in/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [मेननेट](users/mainnet/index.md) * [ब्रिज](users/mainnet/bridges.md) * [अपनी नेटिव बिटकॉइन जमा को ट्रैक करें](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [अवलोकन](users/musd/index.md) - * [MUSD उधार लें और मिंट करें](users/musd/mint-musd.md) - * [शुल्क](users/musd/fees.md) - * [आर्किटेक्चर और शब्दावली](users/musd/architecture-and-terminology.md) - * [MUSD परिसमापन और मोचन](users/musd/liquidation-mechanics.md) - * [MUSD ब्रिज](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [अवलोकन](users/borrow/index.md) + * [MUSD उधार लें और मिंट करें](users/borrow/mint-musd.md) + * [शुल्क](users/borrow/fees.md) + * [आर्किटेक्चर और शब्दावली](users/borrow/architecture-and-terminology.md) + * [MUSD परिसमापन और मोचन](users/borrow/liquidation-mechanics.md) + * [MUSD ब्रिज](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [MEZO अवलोकन](users/mezo/index.md) * [टोकन वितरण](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/in/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/in/docs/developers/bridge/wormhole-musd-bridge.md index e3ba59fb6..cade1bb0b 100644 --- a/src/content/docs/docs/in/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/in/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -MUSD ब्रिज Wormhole के नेटिव टोकन ट्रांसफर (NTT) प्रोटोकॉल द्वारा संचालित है, जो टोकन की विनिमेयता बनाए रखते हुए सुरक्षित क्रॉस-चेन ट्रांसफर को सक्षम करता है। MUSD ब्रिज के बारे में अधिक जानकारी के लिए, [MUSD ब्रिज](/docs/in/docs/users/musd/musd-bridge) पृष्ठ देखें। +MUSD ब्रिज Wormhole के नेटिव टोकन ट्रांसफर (NTT) प्रोटोकॉल द्वारा संचालित है, जो टोकन की विनिमेयता बनाए रखते हुए सुरक्षित क्रॉस-चेन ट्रांसफर को सक्षम करता है। MUSD ब्रिज के बारे में अधिक जानकारी के लिए, [MUSD ब्रिज](/docs/in/docs/users/borrow/musd-bridge) पृष्ठ देखें। diff --git a/src/content/docs/docs/in/docs/users/index.mdx b/src/content/docs/docs/in/docs/users/index.mdx index 815ab72a5..530906389 100644 --- a/src/content/docs/docs/in/docs/users/index.mdx +++ b/src/content/docs/docs/in/docs/users/index.mdx @@ -47,7 +47,7 @@ Mezo नेटवर्क, MUSD, और वे बिटकॉइन इक् /> @@ -59,7 +59,7 @@ Mezo नेटवर्क, MUSD, और वे बिटकॉइन इक् diff --git a/src/content/docs/docs/kr/docs/SUMMARY.md b/src/content/docs/docs/kr/docs/SUMMARY.md index 715af8736..4068196b5 100644 --- a/src/content/docs/docs/kr/docs/SUMMARY.md +++ b/src/content/docs/docs/kr/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [메인넷](users/mainnet/index.md) * [브리지](users/mainnet/bridges.md) * [네이티브 비트코인 입금 추적](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [개요](users/musd/index.md) - * [MUSD 대출 및 발행](users/musd/mint-musd.md) - * [수수료](users/musd/fees.md) - * [아키텍처 및 용어](users/musd/architecture-and-terminology.md) - * [MUSD 청산 및 상환](users/musd/liquidation-mechanics.md) - * [MUSD 브리지](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [개요](users/borrow/index.md) + * [MUSD 대출 및 발행](users/borrow/mint-musd.md) + * [수수료](users/borrow/fees.md) + * [아키텍처 및 용어](users/borrow/architecture-and-terminology.md) + * [MUSD 청산 및 상환](users/borrow/liquidation-mechanics.md) + * [MUSD 브리지](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [MEZO 개요](users/mezo/index.md) * [토큰 배분](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/kr/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/kr/docs/developers/bridge/wormhole-musd-bridge.md index eaa027a69..b2f3d89ff 100644 --- a/src/content/docs/docs/kr/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/kr/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -MUSD 브리지는 Wormhole의 네이티브 토큰 전송(NTT) 프로토콜로 구동되며, 토큰의 대체 가능성을 유지하면서 안전한 크로스체인 전송을 가능하게 합니다. MUSD 브리지에 대한 자세한 정보는 [MUSD 브리지](/docs/kr/docs/users/musd/musd-bridge) 페이지를 참조하세요. +MUSD 브리지는 Wormhole의 네이티브 토큰 전송(NTT) 프로토콜로 구동되며, 토큰의 대체 가능성을 유지하면서 안전한 크로스체인 전송을 가능하게 합니다. MUSD 브리지에 대한 자세한 정보는 [MUSD 브리지](/docs/kr/docs/users/borrow/musd-bridge) 페이지를 참조하세요. diff --git a/src/content/docs/docs/kr/docs/users/index.mdx b/src/content/docs/docs/kr/docs/users/index.mdx index 1b47957d9..c89b1ec61 100644 --- a/src/content/docs/docs/kr/docs/users/index.mdx +++ b/src/content/docs/docs/kr/docs/users/index.mdx @@ -23,7 +23,7 @@ Mezo 네트워크, MUSD, 그리고 비트코인 자산에 대한 접근 방법 - + ## 차입 및 발행 @@ -31,7 +31,7 @@ Mezo 네트워크, MUSD, 그리고 비트코인 자산에 대한 접근 방법 자산을 활용하여 비트코인의 소비 능력을 활성화하세요. - + ## 통합 diff --git a/src/content/docs/docs/nl/docs/SUMMARY.md b/src/content/docs/docs/nl/docs/SUMMARY.md index 687832681..66b48fc2d 100644 --- a/src/content/docs/docs/nl/docs/SUMMARY.md +++ b/src/content/docs/docs/nl/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [mainnet](users/mainnet/index.md) * [Bruggen (Bridges)](users/mainnet/bridges.md) * [Uw native Bitcoin-storting volgen](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [Overzicht](users/musd/index.md) - * [MUSD lenen en minten](users/musd/mint-musd.md) - * [Kosten](users/musd/fees.md) - * [Architectuur en Terminologie](users/musd/architecture-and-terminology.md) - * [MUSD-liquidaties en -aflossingen](users/musd/liquidation-mechanics.md) - * [MUSD-brug](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [Overzicht](users/borrow/index.md) + * [MUSD lenen en minten](users/borrow/mint-musd.md) + * [Kosten](users/borrow/fees.md) + * [Architectuur en Terminologie](users/borrow/architecture-and-terminology.md) + * [MUSD-liquidaties en -aflossingen](users/borrow/liquidation-mechanics.md) + * [MUSD-brug](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [MEZO-overzicht](users/mezo/index.md) * [Tokendistributie](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/nl/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/nl/docs/developers/bridge/wormhole-musd-bridge.md index 04b8cc8d8..6faf81b0e 100644 --- a/src/content/docs/docs/nl/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/nl/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -De MUSD-brug wordt aangedreven door het Wormhole Native Token Transfer (NTT)-protocol, dat veilige cross-chain transfers mogelijk maakt met behoud van token-fungibiliteit. Voor meer informatie over de MUSD-brug, zie de pagina [MUSD-brug](/docs/nl/docs/users/musd/musd-bridge). +De MUSD-brug wordt aangedreven door het Wormhole Native Token Transfer (NTT)-protocol, dat veilige cross-chain transfers mogelijk maakt met behoud van token-fungibiliteit. Voor meer informatie over de MUSD-brug, zie de pagina [MUSD-brug](/docs/nl/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/nl/docs/users/index.mdx b/src/content/docs/docs/nl/docs/users/index.mdx index 0a3d976d1..8bc41ffb0 100644 --- a/src/content/docs/docs/nl/docs/users/index.mdx +++ b/src/content/docs/docs/nl/docs/users/index.mdx @@ -47,7 +47,7 @@ Leer meer over het Mezo-netwerk, MUSD en hoe ze toegang bieden tot Bitcoin-vermo /> @@ -59,7 +59,7 @@ Gebruik uw activa om de koopkracht van uw Bitcoin te ontsluiten. diff --git a/src/content/docs/docs/pt-br/docs/SUMMARY.md b/src/content/docs/docs/pt-br/docs/SUMMARY.md index 3431cbc1f..b14b91414 100644 --- a/src/content/docs/docs/pt-br/docs/SUMMARY.md +++ b/src/content/docs/docs/pt-br/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [mainnet](users/mainnet/index.md) * [Pontes (Bridges)](users/mainnet/bridges.md) * [Rastrear seu Depósito Nativo de Bitcoin](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [Visão Geral](users/musd/index.md) - * [Emprestar e Cunhar MUSD](users/musd/mint-musd.md) - * [Taxas](users/musd/fees.md) - * [Arquitetura e Terminologia](users/musd/architecture-and-terminology.md) - * [Liquidações e Resgates MUSD](users/musd/liquidation-mechanics.md) - * [MUSD Bridge](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [Visão Geral](users/borrow/index.md) + * [Emprestar e Cunhar MUSD](users/borrow/mint-musd.md) + * [Taxas](users/borrow/fees.md) + * [Arquitetura e Terminologia](users/borrow/architecture-and-terminology.md) + * [Liquidações e Resgates MUSD](users/borrow/liquidation-mechanics.md) + * [MUSD Bridge](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [Visão Geral do MEZO](users/mezo/index.md) * [Distribuição de Tokens](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/pt-br/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/pt-br/docs/developers/bridge/wormhole-musd-bridge.md index 3429b9735..52faed1f1 100644 --- a/src/content/docs/docs/pt-br/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/pt-br/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -A ponte MUSD é alimentada pelo protocolo Native Token Transfer (NTT) da Wormhole, que permite transferências cross-chain seguras mantendo a fungibilidade dos tokens. Para mais informações sobre a ponte MUSD, veja a página [Ponte MUSD](/docs/pt-br/docs/users/musd/musd-bridge). +A ponte MUSD é alimentada pelo protocolo Native Token Transfer (NTT) da Wormhole, que permite transferências cross-chain seguras mantendo a fungibilidade dos tokens. Para mais informações sobre a ponte MUSD, veja a página [Ponte MUSD](/docs/pt-br/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/pt-br/docs/users/index.mdx b/src/content/docs/docs/pt-br/docs/users/index.mdx index c135a44b5..be4adc535 100644 --- a/src/content/docs/docs/pt-br/docs/users/index.mdx +++ b/src/content/docs/docs/pt-br/docs/users/index.mdx @@ -26,7 +26,7 @@ Saiba mais sobre a rede Mezo, o MUSD e como eles fornecem acesso ao patrimonio e - + ## Emprestar e cunhar @@ -34,7 +34,7 @@ Saiba mais sobre a rede Mezo, o MUSD e como eles fornecem acesso ao patrimonio e Use seus ativos para liberar o poder de compra do seu Bitcoin. - + ## Integracoes diff --git a/src/content/docs/docs/ru/docs/SUMMARY.md b/src/content/docs/docs/ru/docs/SUMMARY.md index 7b3bfca99..13a5b6882 100644 --- a/src/content/docs/docs/ru/docs/SUMMARY.md +++ b/src/content/docs/docs/ru/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [основная сеть](users/mainnet/index.md) * [Мосты](users/mainnet/bridges.md) * [Отслеживание вашего депозита в нативном биткойне](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [Обзор](users/musd/index.md) - * [Заимствование и выпуск MUSD](users/musd/mint-musd.md) - * [Комиссии](users/musd/fees.md) - * [Архитектура и терминология](users/musd/architecture-and-terminology.md) - * [Ликвидации и погашения MUSD](users/musd/liquidation-mechanics.md) - * [MUSD мост](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [Обзор](users/borrow/index.md) + * [Заимствование и выпуск MUSD](users/borrow/mint-musd.md) + * [Комиссии](users/borrow/fees.md) + * [Архитектура и терминология](users/borrow/architecture-and-terminology.md) + * [Ликвидации и погашения MUSD](users/borrow/liquidation-mechanics.md) + * [MUSD мост](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [Обзор MEZO](users/mezo/index.md) * [Распределение токенов](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/ru/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/ru/docs/developers/bridge/wormhole-musd-bridge.md index 4acecfde2..62659e94a 100644 --- a/src/content/docs/docs/ru/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/ru/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -Мост MUSD работает на основе протокола Wormhole Native Token Transfer (NTT), который обеспечивает безопасные кросс-чейн переводы при сохранении взаимозаменяемости токенов. Для получения дополнительной информации о мосте MUSD смотрите страницу [Мост MUSD](/docs/ru/docs/users/musd/musd-bridge). +Мост MUSD работает на основе протокола Wormhole Native Token Transfer (NTT), который обеспечивает безопасные кросс-чейн переводы при сохранении взаимозаменяемости токенов. Для получения дополнительной информации о мосте MUSD смотрите страницу [Мост MUSD](/docs/ru/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/ru/docs/users/index.mdx b/src/content/docs/docs/ru/docs/users/index.mdx index e4e5c2181..68947b7dd 100644 --- a/src/content/docs/docs/ru/docs/users/index.mdx +++ b/src/content/docs/docs/ru/docs/users/index.mdx @@ -26,7 +26,7 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; - + ## Заимствование и выпуск @@ -34,7 +34,7 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; Используйте свои активы, чтобы раскрыть покупательную силу вашего Bitcoin. - + ## Интеграции diff --git a/src/content/docs/docs/ua/docs/SUMMARY.md b/src/content/docs/docs/ua/docs/SUMMARY.md index c100b1cc4..b7fe3b424 100644 --- a/src/content/docs/docs/ua/docs/SUMMARY.md +++ b/src/content/docs/docs/ua/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [основна мережа](users/mainnet/index.md) * [Мости](users/mainnet/bridges.md) * [Відстеження вашого депозиту в нативному біткойні](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [Огляд](users/musd/index.md) - * [Запозичення та випуск MUSD](users/musd/mint-musd.md) - * [Комісії](users/musd/fees.md) - * [Архітектура та термінологія](users/musd/architecture-and-terminology.md) - * [Ліквідації та погашення MUSD](users/musd/liquidation-mechanics.md) - * [MUSD міст](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [Огляд](users/borrow/index.md) + * [Запозичення та випуск MUSD](users/borrow/mint-musd.md) + * [Комісії](users/borrow/fees.md) + * [Архітектура та термінологія](users/borrow/architecture-and-terminology.md) + * [Ліквідації та погашення MUSD](users/borrow/liquidation-mechanics.md) + * [MUSD міст](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [Огляд MEZO](users/mezo/index.md) * [Розподіл токенів](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/ua/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/ua/docs/developers/bridge/wormhole-musd-bridge.md index a31b60eb0..a026c78f9 100644 --- a/src/content/docs/docs/ua/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/ua/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -Міст MUSD працює на основі протоколу Wormhole Native Token Transfer (NTT), який забезпечує безпечні крос-чейн переводи зі збереженням взаємозамінності токенів. Для отримання додаткової інформації про міст MUSD, дивіться сторінку [Міст MUSD](/docs/ua/docs/users/musd/musd-bridge). +Міст MUSD працює на основі протоколу Wormhole Native Token Transfer (NTT), який забезпечує безпечні крос-чейн переводи зі збереженням взаємозамінності токенів. Для отримання додаткової інформації про міст MUSD, дивіться сторінку [Міст MUSD](/docs/ua/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/ua/docs/users/index.mdx b/src/content/docs/docs/ua/docs/users/index.mdx index e3f82f645..4552f56fa 100644 --- a/src/content/docs/docs/ua/docs/users/index.mdx +++ b/src/content/docs/docs/ua/docs/users/index.mdx @@ -26,7 +26,7 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; - + ## Запозичення та мінтинг @@ -34,7 +34,7 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; Використовуйте свої активи, щоб розблокувати купівельну спроможність вашого Bitcoin. - + ## Інтеграції diff --git a/src/content/docs/docs/users/musd/README.md b/src/content/docs/docs/users/borrow/README.md similarity index 100% rename from src/content/docs/docs/users/musd/README.md rename to src/content/docs/docs/users/borrow/README.md diff --git a/src/content/docs/docs/users/musd/architecture-and-terminology.md b/src/content/docs/docs/users/borrow/architecture-and-terminology.md similarity index 100% rename from src/content/docs/docs/users/musd/architecture-and-terminology.md rename to src/content/docs/docs/users/borrow/architecture-and-terminology.md diff --git a/src/content/docs/docs/users/musd/claim-collateral-after-redemption.mdx b/src/content/docs/docs/users/borrow/claim-collateral-after-redemption.mdx similarity index 100% rename from src/content/docs/docs/users/musd/claim-collateral-after-redemption.mdx rename to src/content/docs/docs/users/borrow/claim-collateral-after-redemption.mdx diff --git a/src/content/docs/docs/users/musd/fees.md b/src/content/docs/docs/users/borrow/fees.md similarity index 97% rename from src/content/docs/docs/users/musd/fees.md rename to src/content/docs/docs/users/borrow/fees.md index 5787eb568..0fbcbe7bb 100644 --- a/src/content/docs/docs/users/musd/fees.md +++ b/src/content/docs/docs/users/borrow/fees.md @@ -57,5 +57,5 @@ Borrowing MUSD carries risk. Understanding these risks helps you protect your po **Redemption risk** — To maintain the MUSD peg, the protocol can redeem MUSD against collateral, starting with the loans that have the **lowest collateral ratio**. If your loan is redeemed against, you lose exposure to BTC price upside and may face tax implications. To reduce this risk, keep your collateral ratio higher than other borrowers. -**Liquidation risk** — If your loan's collateral ratio falls **below 110%**, your position can be liquidated. You lose your collateral and keep the borrowed MUSD. To reduce this risk, monitor your loan regularly and add collateral when needed. For full details, see [Liquidations & Redemptions](/docs/users/musd/liquidation-mechanics). +**Liquidation risk** — If your loan's collateral ratio falls **below 110%**, your position can be liquidated. You lose your collateral and keep the borrowed MUSD. To reduce this risk, monitor your loan regularly and add collateral when needed. For full details, see [Liquidations & Redemptions](/docs/users/borrow/liquidation-mechanics). ::: diff --git a/src/content/docs/docs/users/musd/how-to-borrow-musdc.mdx b/src/content/docs/docs/users/borrow/how-to-borrow-musdc.mdx similarity index 100% rename from src/content/docs/docs/users/musd/how-to-borrow-musdc.mdx rename to src/content/docs/docs/users/borrow/how-to-borrow-musdc.mdx diff --git a/src/content/docs/docs/users/musd/index.md b/src/content/docs/docs/users/borrow/index.md similarity index 99% rename from src/content/docs/docs/users/musd/index.md rename to src/content/docs/docs/users/borrow/index.md index 82eff9182..d0f5c176f 100644 --- a/src/content/docs/docs/users/musd/index.md +++ b/src/content/docs/docs/users/borrow/index.md @@ -34,7 +34,7 @@ This mint-and-redeem model is what keeps MUSD pegged to \$1 — even in volatile To ensure the peg holds during market volatility, all loan positions must maintain a collateral ratio above 110%. The system has built-in liquidation mechanisms and a stability pool to enforce this — so even with high LTVs, the protocol remains secure and resilient. -For details on how these safety mechanisms work, see [Liquidations & Redemptions](/docs/users/musd/liquidation-mechanics). +For details on how these safety mechanisms work, see [Liquidations & Redemptions](/docs/users/borrow/liquidation-mechanics). ### Benefits of the MUSD model diff --git a/src/content/docs/docs/users/musd/liquidation-mechanics.md b/src/content/docs/docs/users/borrow/liquidation-mechanics.md similarity index 97% rename from src/content/docs/docs/users/musd/liquidation-mechanics.md rename to src/content/docs/docs/users/borrow/liquidation-mechanics.md index 863c721c8..73acfdddb 100644 --- a/src/content/docs/docs/users/musd/liquidation-mechanics.md +++ b/src/content/docs/docs/users/borrow/liquidation-mechanics.md @@ -80,7 +80,7 @@ The system always starts with the loan that has the lowest collateral ratio—ev ### How to Get Your Leftover Collateral After a Full Redemption If your loan is fully paid off through a redemption, your surplus collateral is safe. You can reclaim it at any time. -Important Note: The current user interface may not show your available surplus. If you do not see a "Loan redeemed" alert on the Borrow page, follow our [How To Claim Your Collateral After a Full Redemption](/docs/users/musd/claim-collateral-after-redemption/) guide to manually claim it through the Mezo Explorer. +Important Note: The current user interface may not show your available surplus. If you do not see a "Loan redeemed" alert on the Borrow page, follow our [How To Claim Your Collateral After a Full Redemption](/docs/users/borrow/claim-collateral-after-redemption/) guide to manually claim it through the Mezo Explorer. --- @@ -134,4 +134,4 @@ This tool allows you to: --- -For a complete list of MUSD terms and definitions, see [Architecture & Terminology](/docs/users/musd/architecture-and-terminology#definitions). +For a complete list of MUSD terms and definitions, see [Architecture & Terminology](/docs/users/borrow/architecture-and-terminology#definitions). diff --git a/src/content/docs/docs/users/musd/mint-musd.mdx b/src/content/docs/docs/users/borrow/mint-musd.mdx similarity index 95% rename from src/content/docs/docs/users/musd/mint-musd.mdx rename to src/content/docs/docs/users/borrow/mint-musd.mdx index 72d1cbe3a..597365da5 100644 --- a/src/content/docs/docs/users/musd/mint-musd.mdx +++ b/src/content/docs/docs/users/borrow/mint-musd.mdx @@ -43,7 +43,7 @@ After you sign in to [mezo.org](https://mezo.org/) on an account with testnet BT 6. Ensure that your browser wallet is actively set to Mezo Testnet. -7. When you are ready to proceed with the [Borrow and Mint](/docs/users/musd/mint-musd) process, click **Confirm**. Your browser wallet prompts you to confirm the transaction and pay the gas fees using BTC on Testnet. +7. When you are ready to proceed with the [Borrow and Mint](/docs/users/borrow/mint-musd) process, click **Confirm**. Your browser wallet prompts you to confirm the transaction and pay the gas fees using BTC on Testnet. After the process is complete, you can check the loan status on [mezo.org/feature/borrow](https://mezo.org/feature/borrow). diff --git a/src/content/docs/docs/users/musd/musd-bridge.mdx b/src/content/docs/docs/users/borrow/musd-bridge.mdx similarity index 100% rename from src/content/docs/docs/users/musd/musd-bridge.mdx rename to src/content/docs/docs/users/borrow/musd-bridge.mdx diff --git a/src/content/docs/docs/users/index.mdx b/src/content/docs/docs/users/index.mdx index 41bab7375..55229e93e 100644 --- a/src/content/docs/docs/users/index.mdx +++ b/src/content/docs/docs/users/index.mdx @@ -53,7 +53,7 @@ Learn about the Mezo network, MUSD, and how they provide access to Bitcoin equit /> @@ -65,7 +65,7 @@ Use your assets to unlock the spending power of your Bitcoin. diff --git a/src/content/docs/docs/users/mezo-earn/vaults/musd-savings-vault.md b/src/content/docs/docs/users/mezo-earn/vaults/musd-savings-vault.md index 442d1f63b..3d572f513 100644 --- a/src/content/docs/docs/users/mezo-earn/vaults/musd-savings-vault.md +++ b/src/content/docs/docs/users/mezo-earn/vaults/musd-savings-vault.md @@ -19,9 +19,9 @@ The MUSD Savings Vault is Mezo's native savings product for MUSD holders. MUSD protocol fees are split 50/50 between two destinations: - **MUSD Savings Vault** — distributed to sMUSD holders, or redirected to veBTC voters for staked sMUSD -- **[Protocol bootstrap loan](/docs/users/musd/architecture-and-terminology/#protocol-bootstrap-loan) repayment** +- **[Protocol bootstrap loan](/docs/users/borrow/architecture-and-terminology/#protocol-bootstrap-loan) repayment** -This split is governable via the MUSD splitter, with a minimum of 50% going toward loan repayment until the bootstrap loan is fully repaid. After repayment, all fees flow to the Savings Vault. See [MUSD Fees](/docs/users/musd/fees/) for full details. +This split is governable via the MUSD splitter, with a minimum of 50% going toward loan repayment until the bootstrap loan is fully repaid. After repayment, all fees flow to the Savings Vault. See [MUSD Fees](/docs/users/borrow/fees/) for full details. --- diff --git a/src/content/docs/docs/users/resources/glossary.md b/src/content/docs/docs/users/resources/glossary.md index 47974ac50..9a30f7ff8 100644 --- a/src/content/docs/docs/users/resources/glossary.md +++ b/src/content/docs/docs/users/resources/glossary.md @@ -46,15 +46,15 @@ A waiting period before tokens begin to unlock. In Mezo's vesting schedule, the ## Collateral -Assets pledged to secure a loan. On Mezo, BTC is deposited as collateral to borrow [MUSD](#musd). If the collateral's value drops too low relative to the debt, the position may be [liquidated](#liquidation). See [Borrow and Mint MUSD](/docs/users/musd/mint-musd). +Assets pledged to secure a loan. On Mezo, BTC is deposited as collateral to borrow [MUSD](#musd). If the collateral's value drops too low relative to the debt, the position may be [liquidated](#liquidation). See [Borrow and Mint MUSD](/docs/users/borrow/mint-musd). ## Collateral Surplus -The excess collateral remaining after a [trove](#trove) is fully redeemed against. This surplus is sent to a holding contract for the borrower to claim. See [Liquidations & Redemptions](/docs/users/musd/liquidation-mechanics). +The excess collateral remaining after a [trove](#trove) is fully redeemed against. This surplus is sent to a holding contract for the borrower to claim. See [Liquidations & Redemptions](/docs/users/borrow/liquidation-mechanics). ## Collateralization Ratio (ICR) -Individual Collateralization Ratio. The ratio of the dollar value of a trove's collateral to its total debt. For example, if your BTC collateral is worth $13,000 and your debt is $10,000, your ICR is 130%. See [MUSD Key Concepts](/docs/users/musd/concepts). +Individual Collateralization Ratio. The ratio of the dollar value of a trove's collateral to its total debt. For example, if your BTC collateral is worth $13,000 and your debt is $10,000, your ICR is 130%. See [MUSD Key Concepts](/docs/users/borrow/concepts). ## CometBFT @@ -66,7 +66,7 @@ The modular framework used to build the Mezo blockchain. Cosmos SDK provides the ## Critical Collateralization Ratio (CCR) -The system-wide collateral threshold set at 150%. When the Total Collateralization Ratio (TCR) falls below the CCR, the system enters [Recovery Mode](#recovery-mode). See [MUSD Key Concepts](/docs/users/musd/concepts). +The system-wide collateral threshold set at 150%. When the Total Collateralization Ratio (TCR) falls below the CCR, the system enters [Recovery Mode](#recovery-mode). See [MUSD Key Concepts](/docs/users/borrow/concepts). ## dApp @@ -110,7 +110,7 @@ A service that distributes small amounts of testnet tokens for development purpo ## Gas Compensation -A 200 MUSD refund paid to the caller of a [liquidation](#liquidation) function, along with 0.5% of the liquidated collateral. This ensures liquidations remain profitable for callers even during high network activity. The 200 MUSD is deducted when a loan is opened and returned when the loan is closed normally. See [MUSD Architecture](/docs/users/musd/architecture-and-terminology). +A 200 MUSD refund paid to the caller of a [liquidation](#liquidation) function, along with 0.5% of the liquidated collateral. This ensures liquidations remain profitable for callers even during high network activity. The 200 MUSD is deducted when a loan is opened and returned when the loan is closed normally. See [MUSD Architecture](/docs/users/borrow/architecture-and-terminology). ## Gauge @@ -118,7 +118,7 @@ A smart contract that receives and distributes rewards based on votes. The more ## Global Interest Rate -A single interest rate set by governance that applies to all newly opened MUSD loans. Once a loan is opened, it retains the rate at which it was created, even if the global rate changes. Users can [refinance](#refinance) to adopt the current global rate. See [MUSD Key Concepts](/docs/users/musd/concepts). +A single interest rate set by governance that applies to all newly opened MUSD loans. Once a loan is opened, it retains the rate at which it was created, even if the global rate changes. Users can [refinance](#refinance) to adopt the current global rate. See [MUSD Key Concepts](/docs/users/borrow/concepts). ## Governance @@ -138,7 +138,7 @@ Rewards posted on gauges to attract votes. Protocols or users deposit incentives ## Liquidation -The forced closure of an undercollateralized [trove](#trove). A trove can be liquidated when its [ICR](#collateralization-ratio-icr) falls below 110%. The liquidation threshold remains at 110% even during [Recovery Mode](#recovery-mode). The [Stability Pool](#stability-pool) absorbs the debt, and the liquidated collateral is distributed to Stability Pool depositors. See [Liquidations & Redemptions](/docs/users/musd/liquidation-mechanics). +The forced closure of an undercollateralized [trove](#trove). A trove can be liquidated when its [ICR](#collateralization-ratio-icr) falls below 110%. The liquidation threshold remains at 110% even during [Recovery Mode](#recovery-mode). The [Stability Pool](#stability-pool) absorbs the debt, and the liquidated collateral is distributed to Stability Pool depositors. See [Liquidations & Redemptions](/docs/users/borrow/liquidation-mechanics). ## Liquidity Pool @@ -170,7 +170,7 @@ The primary web interface at [mezo.org](https://mezo.org) for interacting with t ## Mezo Borrow -The feature within the Mezo App that allows users to deposit BTC as collateral and borrow [MUSD](#musd) against it. Each borrowing position is called a [trove](#trove). See [Borrow and Mint MUSD](/docs/users/musd/mint-musd). +The feature within the Mezo App that allows users to deposit BTC as collateral and borrow [MUSD](#musd) against it. Each borrowing position is called a [trove](#trove). See [Borrow and Mint MUSD](/docs/users/borrow/mint-musd). ## Mezo Bridge @@ -194,15 +194,15 @@ The liquidity pool system on Mezo, functioning as automated on-chain liquidity r ## Minimum Collateralization Ratio (MCR) -The minimum collateral ratio required for a [trove](#trove), set at 110%. If a trove's [ICR](#collateralization-ratio-icr) falls below the MCR, it becomes eligible for [liquidation](#liquidation). See [MUSD Key Concepts](/docs/users/musd/concepts). +The minimum collateral ratio required for a [trove](#trove), set at 110%. If a trove's [ICR](#collateralization-ratio-icr) falls below the MCR, it becomes eligible for [liquidation](#liquidation). See [MUSD Key Concepts](/docs/users/borrow/concepts). ## MUSD -Mezo's Bitcoin-backed stablecoin, pegged to $1 USD. Users borrow MUSD by depositing BTC as collateral in a [trove](#trove). The peg is maintained through [redemptions](#redemption) and the [Stability Pool](#stability-pool). See [MUSD Overview](/docs/users/musd). +Mezo's Bitcoin-backed stablecoin, pegged to $1 USD. Users borrow MUSD by depositing BTC as collateral in a [trove](#trove). The peg is maintained through [redemptions](#redemption) and the [Stability Pool](#stability-pool). See [MUSD Overview](/docs/users/borrow). ## MUSD Bridge -The cross-chain bridge for transferring MUSD between Mezo and Ethereum, powered by Wormhole's [Native Token Transfer (NTT)](#wormhole-ntt) protocol. See [MUSD Bridge](/docs/users/musd/musd-bridge). +The cross-chain bridge for transferring MUSD between Mezo and Ethereum, powered by Wormhole's [Native Token Transfer (NTT)](#wormhole-ntt) protocol. See [MUSD Bridge](/docs/users/borrow/musd-bridge). ## MUSD Savings Rate Gauge @@ -222,11 +222,11 @@ A service that provides external data (such as asset prices) to smart contracts ## Origination Fee -A one-time fee charged when borrowing MUSD, calculated as 0.1% of the borrowed amount. The fee is added to the loan's principal and accrues interest. A refinancing origination fee (a fraction of the regular fee) is charged when [refinancing](#refinance). See [MUSD Key Concepts](/docs/users/musd/concepts). +A one-time fee charged when borrowing MUSD, calculated as 0.1% of the borrowed amount. The fee is added to the loan's principal and accrues interest. A refinancing origination fee (a fraction of the regular fee) is charged when [refinancing](#refinance). See [MUSD Key Concepts](/docs/users/borrow/concepts). ## PCV -Protocol Controlled Value. A contract that manages fees collected from MUSD borrowing and refinancing. Fees are allocated between paying down the bootstrap loan and the gauge system. Once the bootstrap loan is repaid, fees accrue as protocol-owned liquidity in the [Stability Pool](#stability-pool). See [MUSD Architecture](/docs/users/musd/architecture-and-terminology). +Protocol Controlled Value. A contract that manages fees collected from MUSD borrowing and refinancing. Fees are allocated between paying down the bootstrap loan and the gauge system. Once the bootstrap loan is repaid, fees accrue as protocol-owned liquidity in the [Stability Pool](#stability-pool). See [MUSD Architecture](/docs/users/borrow/architecture-and-terminology). ## Poke @@ -238,7 +238,7 @@ The smart contract that deploys new liquidity pools on Mezo. Currently managed b ## Portal Bridge -The user interface at [portalbridge.com](https://portalbridge.com/) for bridging MUSD between Mezo and Ethereum using the Wormhole NTT protocol. See [MUSD Bridge](/docs/users/musd/musd-bridge). +The user interface at [portalbridge.com](https://portalbridge.com/) for bridging MUSD between Mezo and Ethereum using the Wormhole NTT protocol. See [MUSD Bridge](/docs/users/borrow/musd-bridge). ## Price Feed @@ -250,15 +250,15 @@ Anti-dilution distributions to veMEZO holders from weekly MEZO emissions. When t ## Recovery Mode -A temporary safety state that activates when the system-wide Total Collateralization Ratio (TCR) falls below the [CCR](#critical-collateralization-ratio-ccr) of 150%. During Recovery Mode, the liquidation threshold remains at 110% (unlike Liquity v1, MUSD does not expand liquidations during Recovery Mode). However, new loans cannot be opened below 150%, and refinancing is blocked. See [Liquidations & Redemptions](/docs/users/musd/liquidation-mechanics). +A temporary safety state that activates when the system-wide Total Collateralization Ratio (TCR) falls below the [CCR](#critical-collateralization-ratio-ccr) of 150%. During Recovery Mode, the liquidation threshold remains at 110% (unlike Liquity v1, MUSD does not expand liquidations during Recovery Mode). However, new loans cannot be opened below 150%, and refinancing is blocked. See [Liquidations & Redemptions](/docs/users/borrow/liquidation-mechanics). ## Redemption -The act of swapping MUSD for an equivalent dollar value of BTC directly from the protocol. Any MUSD holder can redeem, regardless of whether they are a borrower. Redemptions target the [trove](#trove) with the lowest collateralization ratio first. This mechanism helps maintain the MUSD peg at $1. See [Liquidations & Redemptions](/docs/users/musd/liquidation-mechanics). +The act of swapping MUSD for an equivalent dollar value of BTC directly from the protocol. Any MUSD holder can redeem, regardless of whether they are a borrower. Redemptions target the [trove](#trove) with the lowest collateralization ratio first. This mechanism helps maintain the MUSD peg at $1. See [Liquidations & Redemptions](/docs/users/borrow/liquidation-mechanics). ## Refinance -The process of updating a loan's interest rate to the current [global interest rate](#global-interest-rate). Refinancing incurs a reduced origination fee but avoids the need to close and reopen a loan. You can also refinance to extend your line of credit if BTC has appreciated. See [MUSD Key Concepts](/docs/users/musd/concepts). +The process of updating a loan's interest rate to the current [global interest rate](#global-interest-rate). Refinancing incurs a reduced origination fee but avoids the need to close and reopen a loan. You can also refinance to extend your line of credit if BTC has appreciated. See [MUSD Key Concepts](/docs/users/borrow/concepts). ## Router Contract @@ -282,7 +282,7 @@ A contract that divides MEZO emissions between two destinations. Split ratios ar ## Stability Pool -A reserve of MUSD that serves as the first line of defense against [liquidations](#liquidation). Users deposit MUSD into the Stability Pool and receive a share of liquidated collateral in return. The [PCV](#pcv) contract seeds the pool with an initial 100M MUSD deposit. See [MUSD Key Concepts](/docs/users/musd/concepts). +A reserve of MUSD that serves as the first line of defense against [liquidations](#liquidation). Users deposit MUSD into the Stability Pool and receive a share of liquidated collateral in return. The [PCV](#pcv) contract seeds the pool with an initial 100M MUSD deposit. See [MUSD Key Concepts](/docs/users/borrow/concepts). ## Stable Pool @@ -302,7 +302,7 @@ Fees charged on each token swap in a [liquidity pool](#liquidity-pool). Volatile ## tBTC -A decentralized Bitcoin wrapper built by Thesis and powered by the [Threshold Network](#threshold-network). tBTC is backed 1:1 by native Bitcoin and is the form BTC takes when bridged to Ethereum-compatible networks. On Mezo, deposited BTC is routed through tBTC's custody infrastructure. See [MUSD Architecture](/docs/users/musd/architecture-and-terminology). +A decentralized Bitcoin wrapper built by Thesis and powered by the [Threshold Network](#threshold-network). tBTC is backed 1:1 by native Bitcoin and is the form BTC takes when bridged to Ethereum-compatible networks. On Mezo, deposited BTC is routed through tBTC's custody infrastructure. See [MUSD Architecture](/docs/users/borrow/architecture-and-terminology). ## Tail Emissions @@ -318,7 +318,7 @@ Token Generation Event. The moment when MEZO tokens were first created and distr ## Threshold Network -A decentralized network that powers the [tBTC](#tbtc) bridge. Threshold operates a decentralized signer set that has bridged over 28,000 Bitcoin since early 2020. See [MUSD Architecture](/docs/users/musd/architecture-and-terminology). +A decentralized network that powers the [tBTC](#tbtc) bridge. Threshold operates a decentralized signer set that has bridged over 28,000 Bitcoin since early 2020. See [MUSD Architecture](/docs/users/borrow/architecture-and-terminology). ## Token Distribution @@ -330,7 +330,7 @@ See [Swap Fees](#swap-fees). ## Trove -A collateralized debt position on Mezo, bound to a single Ethereum address. Users open a trove by depositing BTC and borrowing [MUSD](#musd) against it. Also referred to as a "CDP" in similar protocols. See [Borrow and Mint MUSD](/docs/users/musd/mint-musd). +A collateralized debt position on Mezo, bound to a single Ethereum address. Users open a trove by depositing BTC and borrowing [MUSD](#musd) against it. Also referred to as a "CDP" in similar protocols. See [Borrow and Mint MUSD](/docs/users/borrow/mint-musd). ## Validator @@ -366,8 +366,8 @@ The influence a position has when voting for gauges. For veBTC, calculated as lo ## Wormhole -A cross-chain messaging protocol that powers the [MUSD Bridge](#musd-bridge). Wormhole enables secure token transfers between Mezo and Ethereum. See [MUSD Bridge](/docs/users/musd/musd-bridge). +A cross-chain messaging protocol that powers the [MUSD Bridge](#musd-bridge). Wormhole enables secure token transfers between Mezo and Ethereum. See [MUSD Bridge](/docs/users/borrow/musd-bridge). ## Wormhole NTT -Wormhole Native Token Transfer. The specific Wormhole protocol used for the [MUSD Bridge](#musd-bridge). NTT maintains token fungibility by locking tokens on the source chain and minting on the destination, keeping total supply constant across chains. See [MUSD Bridge](/docs/users/musd/musd-bridge). +Wormhole Native Token Transfer. The specific Wormhole protocol used for the [MUSD Bridge](#musd-bridge). NTT maintains token fungibility by locking tokens on the source chain and minting on the destination, keeping total supply constant across chains. See [MUSD Bridge](/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/vn/docs/SUMMARY.md b/src/content/docs/docs/vn/docs/SUMMARY.md index 36b5670a7..39035c3f0 100644 --- a/src/content/docs/docs/vn/docs/SUMMARY.md +++ b/src/content/docs/docs/vn/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [mainnet](users/mainnet/index.md) * [Cầu nối (Bridges)](users/mainnet/bridges.md) * [Theo dõi Khoản Nạp Bitcoin Gốc](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [Tổng quan](users/musd/index.md) - * [Vay và Đúc MUSD](users/musd/mint-musd.md) - * [Phí](users/musd/fees.md) - * [Kiến trúc và Thuật ngữ](users/musd/architecture-and-terminology.md) - * [Thanh lý và Mua lại MUSD](users/musd/liquidation-mechanics.md) - * [MUSD Bridge](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [Tổng quan](users/borrow/index.md) + * [Vay và Đúc MUSD](users/borrow/mint-musd.md) + * [Phí](users/borrow/fees.md) + * [Kiến trúc và Thuật ngữ](users/borrow/architecture-and-terminology.md) + * [Thanh lý và Mua lại MUSD](users/borrow/liquidation-mechanics.md) + * [MUSD Bridge](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [Tổng quan MEZO](users/mezo/index.md) * [Phân phối Token](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/vn/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/vn/docs/developers/bridge/wormhole-musd-bridge.md index c76bca635..b3dd7d4a6 100644 --- a/src/content/docs/docs/vn/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/vn/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -Cầu nối MUSD được vận hành bởi giao thức Native Token Transfer (NTT) của Wormhole, cho phép chuyển đổi cross-chain an toàn trong khi duy trì tính khả hoán của token. Để biết thêm thông tin về cầu nối MUSD, xem trang [Cầu nối MUSD](/docs/vn/docs/users/musd/musd-bridge). +Cầu nối MUSD được vận hành bởi giao thức Native Token Transfer (NTT) của Wormhole, cho phép chuyển đổi cross-chain an toàn trong khi duy trì tính khả hoán của token. Để biết thêm thông tin về cầu nối MUSD, xem trang [Cầu nối MUSD](/docs/vn/docs/users/borrow/musd-bridge). diff --git a/src/content/docs/docs/vn/docs/users/index.mdx b/src/content/docs/docs/vn/docs/users/index.mdx index 3d6d13900..27430dc84 100644 --- a/src/content/docs/docs/vn/docs/users/index.mdx +++ b/src/content/docs/docs/vn/docs/users/index.mdx @@ -26,7 +26,7 @@ Tìm hiểu về mạng Mezo, MUSD, và cách chúng cung cấp quyền truy c - + ## Vay và phát hành @@ -34,7 +34,7 @@ Tìm hiểu về mạng Mezo, MUSD, và cách chúng cung cấp quyền truy c Sử dụng tài sản của bạn để mở khóa sức mua từ Bitcoin. - + ## Tích hợp diff --git a/src/content/docs/docs/zh/docs/SUMMARY.md b/src/content/docs/docs/zh/docs/SUMMARY.md index 956c74351..d1eef375f 100644 --- a/src/content/docs/docs/zh/docs/SUMMARY.md +++ b/src/content/docs/docs/zh/docs/SUMMARY.md @@ -16,13 +16,13 @@ topic: users * [主网](users/mainnet/index.md) * [跨链桥](users/mainnet/bridges.md) * [追踪您的原生比特币存款](users/mainnet/track-your-native-bitcoin-deposit.md) - * [musd](users/musd/README.md) - * [概览](users/musd/index.md) - * [借贷和铸造 MUSD](users/musd/mint-musd.md) - * [费用](users/musd/fees.md) - * [架构和术语](users/musd/architecture-and-terminology.md) - * [MUSD 清算和赎回](users/musd/liquidation-mechanics.md) - * [MUSD 跨链桥](users/musd/musd-bridge.md) + * [musd](users/borrow/README.md) + * [概览](users/borrow/index.md) + * [借贷和铸造 MUSD](users/borrow/mint-musd.md) + * [费用](users/borrow/fees.md) + * [架构和术语](users/borrow/architecture-and-terminology.md) + * [MUSD 清算和赎回](users/borrow/liquidation-mechanics.md) + * [MUSD 跨链桥](users/borrow/musd-bridge.md) * [MEZO](users/mezo/index.md) * [MEZO 概览](users/mezo/index.md) * [代币分配](users/mezo/token-distribution.md) diff --git a/src/content/docs/docs/zh/docs/developers/bridge/wormhole-musd-bridge.md b/src/content/docs/docs/zh/docs/developers/bridge/wormhole-musd-bridge.md index 04a6b9eae..a8926f4b2 100644 --- a/src/content/docs/docs/zh/docs/developers/bridge/wormhole-musd-bridge.md +++ b/src/content/docs/docs/zh/docs/developers/bridge/wormhole-musd-bridge.md @@ -3,4 +3,4 @@ title: Wormhole MUSD Bridge topic: developers --- -MUSD 跨链桥由 Wormhole 的原生代币转移 (NTT) 协议驱动,该协议在保持代币可替代性的同时实现安全的跨链转移。有关 MUSD 跨链桥的更多信息,请参阅 [MUSD 跨链桥](/docs/zh/docs/users/musd/musd-bridge) 页面。 +MUSD 跨链桥由 Wormhole 的原生代币转移 (NTT) 协议驱动,该协议在保持代币可替代性的同时实现安全的跨链转移。有关 MUSD 跨链桥的更多信息,请参阅 [MUSD 跨链桥](/docs/zh/docs/users/borrow/musd-bridge) 页面。 diff --git a/src/content/docs/docs/zh/docs/users/index.mdx b/src/content/docs/docs/zh/docs/users/index.mdx index cc7530e43..812b7ceba 100644 --- a/src/content/docs/docs/zh/docs/users/index.mdx +++ b/src/content/docs/docs/zh/docs/users/index.mdx @@ -45,7 +45,7 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; /> @@ -57,7 +57,7 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; From 25ea2835f5c595d35ba4438d8ee2024ed25caa9b Mon Sep 17 00:00:00 2001 From: vaish-theis Date: Tue, 16 Jun 2026 17:52:19 -0700 Subject: [PATCH 4/4] Update liquidation-mechanics documentation for clarity and consistency - Improved explanations of the liquidation and redemption processes to better inform users about their implications on loan positions. --- .../users/borrow/liquidation-mechanics.md | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/content/docs/docs/users/borrow/liquidation-mechanics.md b/src/content/docs/docs/users/borrow/liquidation-mechanics.md index 73acfdddb..7b7ca1de8 100644 --- a/src/content/docs/docs/users/borrow/liquidation-mechanics.md +++ b/src/content/docs/docs/users/borrow/liquidation-mechanics.md @@ -1,23 +1,22 @@ --- -title: MUSD Liquidations & Redemptions +title: Liquidations & Redemptions description: >- - Learn how liquidations protect the system and how redemptions maintain the - MUSD peg. + Learn about liquidations and redemptions. topic: users --- ## Overview -When you [borrow MUSD](https://mezo.org/feature/musd) using your Bitcoin as collateral, you create a loan position (also called a "Trove"). Two key system events can affect your loan: +When you borrow against your Bitcoin as collateral, you create a loan position (also called a "Trove"). Two key system events can affect your loan: - **Liquidation**: A forced closure of your loan that happens only if its health, measured by the collateral ratio, drops below a critical minimum of 110%. In a liquidation, you lose your collateral. -- **Redemption**: When other users exchange MUSD for BTC from the system to help keep the MUSD price at \$1. This can affect your loan even if it's healthy (above 110%), but it is not a loss. It pays down your debt and makes your loan safer. +- **Redemption**: Anyone holding borrowed stablecoins can swap it with the protocol for $1 of BTC, which keeps the stablecoin near $1. The system pulls that BTC from the loans with the lowest collateral ratios first, so a redemption can shrink your loan even when your collateral ratio is above 110%. It removes debt and collateral in equal dollar amounts, so your loan ends up smaller and safer. --- ## Liquidations ⚠️ ### What is a Liquidation? -A liquidation is a safety mechanism that automatically closes a loan when it becomes too risky. This protects the entire MUSD system from becoming unstable. +A liquidation is a safety mechanism that automatically closes a loan when it becomes too risky. This protects the entire system from becoming unstable. ### When Does a Liquidation Happen? @@ -29,7 +28,7 @@ Your loan is at risk of liquidation if its collateral ratio falls below 110%. Th There are two ways the system handles a liquidation: #### Using the Stability Pool (Default Method): -- The system uses MUSD from its safety reserve, the Stability Pool, to completely pay off your debt. +- The system uses stablecoins from its safety reserve, the Stability Pool, to completely pay off your debt. - The person or bot who triggered the liquidation receives a small reward (a 200 MUSD gas fee and 0.5% of your collateral). - The rest of your collateral (99.5%) is transferred to the Stability Pool to repay its depositors. - Your loan is closed, and you lose all of your collateral. @@ -49,10 +48,10 @@ There are two ways the system handles a liquidation: ## Redemptions 🛡️ ### What is a Redemption? -A redemption is a feature that allows anyone holding MUSD to swap it for an equal dollar value of BTC directly from the protocol. This process ensures MUSD always holds its \$1 peg. It is not a penalty and does not mean your loan is unsafe. +A redemption is a feature that allows anyone holding a stablecoin to swap it for an equal dollar value of BTC directly from the protocol. This process ensures the stablecoin always holds its \$1 peg. It is not a penalty and does not mean your loan is unsafe. ### When Does a Redemption Happen? -Redemptions can happen at any time. When a user wants to redeem their MUSD for BTC, the system looks for loans to source the collateral from. +Redemptions can happen at any time. When a user wants to redeem their stablecoin for BTC, the system looks for loans to source the collateral from. ### Which Loans Are Chosen for Redemption? The system always starts with the loan that has the lowest collateral ratio—even if that ratio is healthy and well above 110%. If your loan is less collateralized than others, it is more likely to be chosen for a redemption. @@ -99,7 +98,7 @@ Important Note: The current user interface may not show your available surplus. ## What is Recovery Mode? :::note -Recovery Mode is a temporary safety state that activates if the entire MUSD system's total collateral ratio (TCR) drops below 150%. It is a special system state with stricter borrowing rules. +Recovery Mode is a temporary safety state that activates if the entire system's total collateral ratio (TCR) drops below 150%. It is a special system state with stricter borrowing rules. ::: During Recovery Mode: @@ -119,7 +118,7 @@ The best defense against both liquidation and redemption is maintaining a high c ### To Avoid Liquidation: - Maintain a healthy buffer. Aim for a collateral ratio well above 110% to stay safe from market volatility. A ratio above 150% also ensures you can borrow and refinance freely even if the system enters Recovery Mode. - Monitor your loan's health regularly, especially if the BTC price is dropping. -- Be proactive: Add more collateral or repay some of your MUSD debt if your ratio gets too low. +- Be proactive: Add more collateral or repay some of your debt if your ratio gets too low. ### To Reduce the Likelihood of Redemption: - Keep a high collateral ratio. Unlike liquidations, which are triggered at a fixed threshold, redemptions are relative—the system selects troves with the lowest collateral ratios first. The higher your ratio is compared to other troves, the less likely yours is to be redeemed. While 150% is typically a good baseline target, optimal positioning depends on current market conditions and the collateral ratios of other open troves. It's worth monitoring outstanding troves periodically and adjusting your ratio accordingly to stay well above the bottom of the pack. @@ -130,7 +129,7 @@ For advanced monitoring, you can use [mezotools.cc](https://mezotools.cc). This tool allows you to: - Check real-time Trove health and Collateral Ratios. - View recent system-wide redemptions and liquidations. -- Track BTC and MUSD prices directly from Mezo's on-chain oracles. +- Track BTC and stablecoin prices directly from Mezo's on-chain oracles. ---