Skip to content

Commit d4dc5c3

Browse files
Merge pull request #86 from john-walter-munene/feat/Article-Indexing
On Wrapping it up with Convert Medium articles from Medium to native site
2 parents 2d6f0ea + 3649ab7 commit d4dc5c3

13 files changed

Lines changed: 168 additions & 50 deletions

public/articles/addressing-the-stablecoin-trilemma.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,31 @@ It’s important to note that the attributes in stablecoins aren’t binary. Ins
3232
The real question isn’t if a stablecoin fully achieves these attributes, but whether it does so to a sufficient degree.
3333

3434
## Exploring the Types of Stablecoins
35-
36-
![stablecoins as the backbone of our digital economy](../images/stablecoins-as-the-backbone-of-digital-economy.webp)
35+
![stablecoins as the backbone of our digital economy](/images/stablecoins-as-the-backbone-of-digital-economy.webp)
3736

3837
Stablecoins are the backbone of our digital economy — according to CoinGecko, the current total market cap of stablecoins is valued at $151 billion with daily trading volume amounting close to $80 billion.
3938

4039
Most of these stablecoins can fall under one of 4 categories below:
4140

4241
## Fiat-Backed Stablecoins
4342

44-
![Fiat-Backed Stablecoins](../images/fiat-backed-stablecoins.webp)
43+
![Fiat-Backed Stablecoins](/images/fiat-backed-stablecoins.webp)
4544

4645
Fiat-backed stablecoins mirror the value of fiat currencies, like USDC and USDT, which are the most used stablecoins. Pegged to traditional currencies, they are both stable and capital efficient but fall short on decentralization as they generally rely on a centralized structure with regulated entities. Given the centralized nature, these institutions can be susceptible to censorship, can engage in censorship, and notably, their actions raise concerns regarding transparency. Furthermore, their existence depends on the financial health of their operators.
4746

4847
USDT, by Tether, is a [notable example](https://blockworks.co/news/us-judge-orders-tether-to-prove-what-backs-usdt) as it has been speculated to have large parts of its stablecoin unbacked or partially backed.
4948

5049
## Crypto-Collateralized Stablecoins
5150

52-
![Crypto-Collateralized Stablecoins](../images//Crypto-Collateralized%20Stablecoins.webp)
51+
![Crypto-Collateralized Stablecoins](/images//Crypto-Collateralized%20Stablecoins.webp)
5352

5453
Crypto-collateralized stablecoins achieve decentralization often at the cost of stability and capital efficiency. These stablecoins are created and issued as loans collateralized by top-performing digital assets (e.g.,ETH), locked in smart contracts. Because the collateral-to-loan ratio needs to be high to absorb price shocks, the excess collateral remains unused until the borrower repays the loan or faces liquidation. This leads to capital inefficiency. Moreover, stablecoin holders can only convert their stablecoins back into collateral during liquidation or when repaying loans, which further compromises their price stability.
5554

5655
The most popular example of this type is undoubtedly DAI by MakerDAO.
5756

5857
## Unbacked Stablecoins
5958

60-
![Unbacked Stablecoins](../images//Unbacked%20Stablecoins.webp)
59+
![Unbacked Stablecoins](/images//Unbacked%20Stablecoins.webp)
6160

6261
Unbacked stablecoins attempt to eliminate the need for collateral or reserves through mechanisms that adjust supply based on price fluctuation. If the stablecoin’s price exceeds its target, the algorithm triggers to expand the supply, for instance, by minting new coins. If the price drops below the target, the algorithm encourages supply contraction — either by incentivizing users to burn or lock up their stablecoins — to push the price back up.
6362

@@ -67,17 +66,17 @@ UST (and LUNA) on the Terra blockchain exemplifies this type of stablecoin. It c
6766

6867
## Crypto-Backed (Decentralized Reserve Protocols)
6968

70-
![Crypto-Backed (Decentralized Reserve Protocols)](../images//Crypto-Backed%20(Decentralized%20Reserve%20Protocols).webp)
69+
![Crypto-Backed (Decentralized Reserve Protocols)](/images//Crypto-Backed%20(Decentralized%20Reserve%20Protocols).webp)
7170

7271
This newer model, which is often confused with the _crypto-collateralized_ stablecoins, offers a unique blend of decentralization and stability through backing, and mechanisms such as reserve tokenization which ensure capital efficiency.
7372

7473
This newer approach involves maintaining reserves of assets backing the stablecoins. One key difference between crypto-backed and crypto-collateralized is the ability to redeem stablecoins for a portion of the reserves at any time, without limitations such as repayment of loans or through liquidations. This improves price stability and gives users the confidence that, at any time, they can exchange their stablecoins for the backing asset, whose price is independent of the stablecoin protocol itself. This independence is essential to avoid and fully prevent death spirals.
7574

76-
_The Djed Stablecoin Protocol is an example of a crypto-backed stablecoin protocol._
75+
*The Djed Stablecoin Protocol is an example of a crypto-backed stablecoin protocol.*
7776

7877
Djed also allows users to mint and redeem so-called reservecoins, which represent portions of the reserve surplus. In other words, reservecoins tokenize the reserve surplus and are free to be used in any way. For example, they could be staked or lent. Therefore, in Djed, no portion of the reserve needs to remain idle as inefficient capital. The whole reserve is tokenized as stablecoins and reservecoins, which can be used freely and efficiently.
7978

80-
_[Learn how the Djed Stablecoin Protocol fulfills all three attributes](https://medium.com/djed-alliance/what-is-the-djed-stablecoin-protocol-a4f49328d138)_
79+
*[Learn how the Djed Stablecoin Protocol fulfills all three attributes](https://medium.com/djed-alliance/what-is-the-djed-stablecoin-protocol-a4f49328d138)*
8180

8281
## Final Words
8382

@@ -89,4 +88,4 @@ The stablecoin trilemma underpins the complexities inherent in creating digital
8988

9089
The [Djed Alliance](https://djed.one/) aims to stabilize the digital economy through the Djed Stablecoin Protocol.
9190

92-
The Djed Stablecoin Protocol is deployed across multiple networks and can be used to create your stablecoin. Join our [growing community](https://discord.gg/ggxP4ttHgN) and together, we will advance the future of the decentralized economy.
91+
The Djed Stablecoin Protocol is deployed across multiple networks and can be used to create your stablecoin. Join our [growing community](https://discord.gg/ggxP4ttHgN) and together, we will advance the future of the decentralized economy.

public/articles/an-overview-of-djed-reservecoins-benefits-risks-and-more.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ excerpt: "Overview of Djed Reservecoins, their benefits, risks, mechanisms, and
1010

1111
The Djed Stablecoin Protocol allows users to mint not only stablecoins but also reservecoins. But what are reservecoins? In short:
1212

13-
_Reservecoins tokenize the reserve surplus._
14-
_Each reservecoin gives its holder the right to a portion of the reserve surplus._
13+
*Reservecoins tokenize the reserve surplus.*
14+
*Each reservecoin gives its holder the right to a portion of the reserve surplus.*
1515

1616
Let’s dive deeper into what this means!
1717

public/articles/articles-index.json

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@
3636
"excerpt": "Guide: deploying smart contracts on Mordor and Ethereum Classic using Foundry.",
3737
"featured": false
3838
},
39+
{
40+
"slug": "djed-stablecoin-oracles-across-chains",
41+
"title": "Djed Stablecoin Oracles Across Chains",
42+
"author": "Wen-Chiao Su",
43+
"date": "2025-02-10",
44+
"image": "/images/djed-stablecoin-oracles.webp",
45+
"excerpt": "Explains how Djed’s cross-chain price oracles gather reliable data and filter out outliers to protect stablecoin peg integrity.",
46+
"featured": false
47+
},
3948
{
4049
"slug": "on-burning",
4150
"title": "On Burning…",
@@ -54,6 +63,15 @@
5463
"excerpt": "Why hybrid crypto-backed + collateralized stablecoins create flawed incentives.",
5564
"featured": false
5665
},
66+
{
67+
"slug": "unleashing-the-potential-of-djed-powered-by-coti",
68+
"title": "Unleashing the Potential of Djed Powered by COTI",
69+
"author": "Zahnentferner",
70+
"date": "2025-01-31",
71+
"image": "/images/UI of Djed powered by COTI.webp",
72+
"excerpt": "An In-depth analysis of Djed powered by COTI, its design, limitations, and opportunities to unlock its full potential within Cardano’s ecosystem.",
73+
"featured": false
74+
},
5775
{
5876
"slug": "deploy-next-app-to-github-pages-guide",
5977
"title": "Improving Dapp Stability by Eliminating Dependencies to Centralized Services: A Complete Guide to Deploying a Next.js Application to GitHub Pages",
@@ -72,6 +90,15 @@
7290
"excerpt": "Step-by-step guide to deploying a React.js application to GitHub Pages — ideal for decentralized web projects.",
7391
"featured": false
7492
},
93+
{
94+
"slug": "stablecoin-price-oracles-a-primer",
95+
"title": "Stablecoin Price Oracles — A Primer",
96+
"author": "Wen-Chiao Su",
97+
"date": "2024-09-24",
98+
"image": "/images/Stablecoin Price Oracles A Primer.webp",
99+
"excerpt": "A clear primer on why price oracles are essential for stablecoins, how they work, and their key risks and challenges.",
100+
"featured": false
101+
},
75102
{
76103
"slug": "understanding-gluon-through-liquidity-pools",
77104
"title": "Understanding Gluon through Liquidity Pools",
@@ -126,6 +153,24 @@
126153
"excerpt": "Discover how to integrate Gluon Gold SDK to build a website enabling gold‑pegged ERG‑stablecoin operations directly in the browser.",
127154
"featured": false
128155
},
156+
{
157+
"slug": "retrospective-2023",
158+
"title": "Retrospective 2023",
159+
"author": "2023-12-28",
160+
"date": "2024-06-13",
161+
"image": "/images/year-twenty-twenty-three-review.webp",
162+
"excerpt": "Recaps Djed Alliance’s 2023: research breakthroughs, new stablecoin deployments, expanded chains and community growth.",
163+
"featured": false
164+
},
165+
{
166+
"slug": "ecsd-ethereum-classic-native-stablecoin-djed-protocol",
167+
"title": "ECSD: Ethereum Classic’s native stablecoin built with Djed Stablecoin Protocol",
168+
"author": "Wen-Chiao Su",
169+
"date": "2024-06-13",
170+
"image": "/images/Ethereum Classic’s native stablecoin built with Djed Stablecoin Protocol.webp",
171+
"excerpt": "Overview of ECSD, Ethereum Classic’s native USD-pegged stablecoin built with Djed.",
172+
"featured": false
173+
},
129174
{
130175
"slug": "basket-backing-challenges",
131176
"title": "The Challenges and Problems of Backing by a Basket of Assets",
@@ -135,6 +180,24 @@
135180
"excerpt": "Exploring the hidden pitfalls of backing a stablecoin with a basket of assets instead of a single asset.",
136181
"featured": false
137182
},
183+
{
184+
"slug": "buy-and-hodl-sigusd-rsv-on-cardano",
185+
"title": "Using SigmaUSD on Cardano",
186+
"author": "anon_real",
187+
"date": "2024-05-08",
188+
"image": "/images/using-sigmausd-on-cardano.webp",
189+
"excerpt": "Guide on using SigmaUSD and SigRSV on Cardano, including how to transfer assets and buy/hold stablecoins.",
190+
"featured": false
191+
},
192+
{
193+
"slug": "why-native-stablecoins-are-essential-for-blockchains",
194+
"title": "Why Native Stablecoins Are Essential for Blockchains",
195+
"author": "Wen-Chiao Su",
196+
"date": "2024-05-07",
197+
"image": "/images/why-native-stablecoins-are-essential-for-blockchains.webp",
198+
"excerpt": "Explores why native stablecoins matter for blockchain ecosystems, boosting liquidity, stability, and decentralized growth.",
199+
"featured": false
200+
},
138201
{
139202
"slug": "introducing-gluon-on-ergo",
140203
"title": "Introducing Gluon, the future of stablecoin protocols on Ergo",
@@ -144,6 +207,51 @@
144207
"excerpt": "Gluon brings a physics-inspired, governance-free stablecoin protocol to the Ergo blockchain.",
145208
"featured": false
146209
},
210+
{
211+
"slug": "an-overview-of-djed-reservecoins-benefits-risks-and-more",
212+
"title": "An Overview of Djed ReserveCoins: Benefits, Risks and More",
213+
"author": "Zahnentferner",
214+
"date": "2024-04-26",
215+
"image": "/images/an-overview-of-djed-reservecoins-benefits-risks-and-more.webp",
216+
"excerpt": "Overview of Djed Reservecoins, their benefits, risks, mechanisms, and role within the Djed stablecoin ecosystem.",
217+
"featured": false
218+
},
219+
{
220+
"slug": "demystifying-algorithmic-stablecoins",
221+
"title": "Demystifying Algorithmic Stablecoins",
222+
"author": "Wen-Chiao Su",
223+
"date": "2024-04-19",
224+
"image": "/images/Demystifying Algorithmic Stablecoins.webp",
225+
"excerpt": "A clear guide to algorithmic stablecoins, how they work, key mechanisms, risks, and their role in crypto ecosystems.",
226+
"featured": false
227+
},
228+
{
229+
"slug": "understanding-why-and-how-stablecoins-depeg",
230+
"title": "Understanding Why and How Stablecoins Depeg",
231+
"author": "Wen-Chiao Su",
232+
"date": "2024-04-08",
233+
"image": "/images/understanding-why-and-how-stablecoins-depeg.webp",
234+
"excerpt": "Explains why stablecoins depeg, the common causes and mechanisms behind depegging, and implications for holders and markets.",
235+
"featured": false
236+
},
237+
{
238+
"slug": "addressing-the-stablecoin-trilemma",
239+
"title": "Addressing the Stablecoin Trilemma",
240+
"author": "Wen-Chiao Su",
241+
"date": "2024-03-27",
242+
"image": "/images/addressing-the-stablecoin-trilemma.webp",
243+
"excerpt": "An explanation of the stablecoin trilemma — balancing decentralization, price stability & capital efficiency in design choices.",
244+
"featured": false
245+
},
246+
{
247+
"slug": "what-is-djed-stablecoin-protocol",
248+
"title": "What is the Djed Stablecoin Protocol?",
249+
"author": "Wen-Chiao Su",
250+
"date": "2024-03-19",
251+
"image": "/images/djed-stablecoin-protocol.webp",
252+
"excerpt": "Djed is a formally verified, crypto-backed stablecoin protocol that ensures decentralized, resilient price stability.",
253+
"featured": false
254+
},
147255
{
148256
"slug": "the-djed-alliance-in-google-summer-of-code",
149257
"title": "The Djed Alliance in Google Summer of Code",
@@ -161,6 +269,15 @@
161269
"image": "/images/what-is-the-djed-alliance.webp",
162270
"excerpt": "Learn about the Djed Alliance and its mission to bring stability to the decentralized economy through the Djed Stablecoin Protocol.",
163271
"featured": false
272+
},
273+
{
274+
"slug": "the-history-of-djed-and-the-djed-alliance",
275+
"title": "The History of Djed and the Djed Alliance",
276+
"author": "Zahnentferner",
277+
"date": "2023-04-03",
278+
"image": "/images/the-history-of-djed-and-the-djed-alliance.png",
279+
"excerpt": "A concise history of Djed and the Djed Alliance, tracing its origins, development, and impact on stablecoin innovation.",
280+
"featured": false
164281
}
165282
]
166283
}

public/articles/buy-and-hodl-sigusd-rsv-on-cardano.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ To transfer your assets to Ergo, follow the following steps:
4444
- Make sure you have your desired amount of ADA in a Cardano wallet such as [Eternl](https://eternl.io/).
4545
- Visit [app.rosen.tech](https://app.rosen.tech/) and select Cardano as source and Ergo as target blockchains.
4646

47-
![Full History of Djed Alliance](../images/rosen-bridge.webp)
47+
<figure>
48+
<img src="/images/rosen-bridge.webp">
49+
</figure>
4850

4951
- Connect your Cardano wallet by clicking on “CONNECT WALLET”. Here we use Eternl.
5052

public/articles/djed-stablecoin-oracles-across-chains.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ Stablecoins rely on accurate oracles to prevent de-pegging from their target val
2626

2727
## Overview on Djed-based Stablecoins
2828

29-
![Overview on Djed-based Stablecoins](../images/Overview%20on%20Djed-based%20Stablecoins.webp)
30-
29+
<figure>
30+
<img src="/images/Overview%20on%20Djed-based%20Stablecoins.webp">
31+
<figcaption>Overview on Djed-based Stablecoins</figcaption>
32+
</figure>
33+
3134
To learn more about each oracle implementation, please refer to [this page](https://docs.stability.nexus/djed-stablecoin-protocols/deployments).
3235

3336
## Relevance of oracle sources

public/articles/ecsd-ethereum-classic-native-stablecoin-djed-protocol.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ The Ethereum Classic Stable Dollar (ECSD), created by The Stable Order, will be
3636

3737
- Fully backed: Backed by a reserve of ETC with a reserve ratio significantly greater than 100%.
3838

39-
*_[Learn more about the Djed Stablecoin Protocol](https://viewpoints.stability.nexus/a/what-is-the-djed-alliance/)_*
39+
*[Learn more about the Djed Stablecoin Protocol](https://viewpoints.stability.nexus/a/what-is-the-djed-alliance/)*
4040

4141
### The Djed Alliance
4242

4343
The Djed Alliance unites all Djed-based stablecoins. Currently, there are four different deployments of Djed-based stablecoins on four different blockchains. All of these deployments have been empirically battle-tested in periods of market instability and play significant roles in their respective blockchain ecosystems.
4444

45-
*_[Learn more about the Djed Alliance](https://viewpoints.stability.nexus/a/what-is-the-djed-alliance/)_*
45+
*[Learn more about the Djed Alliance](https://viewpoints.stability.nexus/a/what-is-the-djed-alliance/)*
4646

4747
## Looking Forward
4848

@@ -56,5 +56,4 @@ To stay updated on ECSD’s development, join us on [Discord](https://discord.gg
5656

5757
The [Djed Alliance](https://djed.one/) aims to stabilize the digital economy through the Djed Stablecoin Protocol.
5858

59-
The Djed Stablecoin Protocol is deployed across multiple networks and can be used to create your stablecoin. Join our [growing community](https://discord.gg/ggxP4ttHgN) and together, we will advance the future of the decentralized economy.
60-
59+
The Djed Stablecoin Protocol is deployed across multiple networks and can be used to create your stablecoin. Join our [growing community](https://discord.gg/ggxP4ttHgN) and together, we will advance the future of the decentralized economy.

public/articles/retrospective-2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Retrospective 2023"
33
author: "Zahnentferner"
44
date: "2023-12-28"
5-
image: "/images/2023-in-review.webp"
5+
image: "/images/year-twenty-twenty-three-review.webp"
66
excerpt: "Recaps Djed Alliance’s 2023: research breakthroughs, new stablecoin deployments, expanded chains and community growth."
77
---
88

public/articles/the-history-of-djed-and-the-djed-alliance.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ In February 2023, after a long and thorough peer-review process, an academic pap
3232

3333
The Djed Alliance keeps growing beyond the original collaboration team and we welcome new collaborators who would like to work together to achieve our mission.
3434

35-
![Full History of Djed Alliance](../images/Djed and Djed Alliance Full History.webp)
35+
<figure>
36+
<img src="/images/Djed and Djed Alliance Full History.webp">
37+
<figcaption>Full History of Djed Alliance</figcaption>
38+
</figure>

0 commit comments

Comments
 (0)