Skip to content

Commit 9c6cd7e

Browse files
Update stablecoin session description (#6)
1 parent 4fa015b commit 9c6cd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/app/sessions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const sessions: Session[] = [
111111
startTime: "15:30",
112112
endTime: "16:30",
113113
description:
114-
"Dive deep into the mechanics of stablecoins. Discover what problems they solve and explore different approaches like overcollateralization. This SpeedRunEthereum challenge will guide you through building your own stablecoin implementation while understanding the economic principles that keep these digital assets stable.",
114+
"Dive deep into the mechanics of decentralized algorithmic stablecoins and explore how they maintain price stability. Discover the critical role of over-collateralization in protecting against volatility and collapse. Then, put theory into practice with a guided SpeedRunEthereum challenge that demonstrates how economic principles and incentive design can keep digital assets stable in real-world conditions.",
115115
dayOfWeek: "Tuesday",
116116
dateString: "November 18",
117117
type: SessionType.CHALLENGE,

0 commit comments

Comments
 (0)