From cd2b831bc654e3673ac4a24bb2c18595a8024835 Mon Sep 17 00:00:00 2001 From: saml33 Date: Tue, 10 Aug 2021 22:18:44 +1000 Subject: [PATCH] copy for redeem page --- components/ContentSectionRedeem.tsx | 77 ++++++++++++++--------------- components/HeroSectionRedeem.tsx | 15 +++--- components/RedeemModal.tsx | 3 +- 3 files changed, 48 insertions(+), 47 deletions(-) diff --git a/components/ContentSectionRedeem.tsx b/components/ContentSectionRedeem.tsx index b3888fd..57ecfcd 100644 --- a/components/ContentSectionRedeem.tsx +++ b/components/ContentSectionRedeem.tsx @@ -11,10 +11,10 @@ const ContentSectionRedeem = () => {

- Now what? + A new journey begins...

- The journey has just begun, here's what happens next + Here's what happens next.

@@ -24,22 +24,19 @@ const ContentSectionRedeem = () => {

- With power comes great responsibility + With power comes great responsibility.

+

+ Mango is the first DAO on solana to use on-chain + governance and as MNGO holders we all have a stake in + driving the future of Mango. The governance mechanism + is already functional and MNGO tokens are used to both + bring proposals to the DAO and vote on said proposals. +

- Mango is the first DAO on Solana to use on-chain - governance, this is a big step towrds complete - decentralization. It means that founding members do - not control the DAO, the DAO is actually controlled by - all of us; the MNGO holders. -
-
- As MNGO holders our highest responsibility is to - command and protect the DAO and it's value. - Holders have the responsibility to make the rules and - decide on the protocols future. Together we will build - the constitution, together we will push for progress, - together we will grow the protocol.{' '} + There'll be kinks to iron out as we get up and + running but as DAO members, we are all in this + together. Cementing the Mango Constitution on-chain.

@@ -50,18 +47,18 @@ const ContentSectionRedeem = () => {

- MNGO in the pool? + Life is cool in the Raydium pool.

+

+ The plan is to launch Mango v3 with MNGO as one of the + tradable assets. To do this, we need the liquidity for + MNGO to be somewhere close to other assets traded on + Serum DEX. +

- We all want MNGO to be traded on Mango V3 at launch. - This means MNGO needs liquidity on-par with other top - traded tokens on serum. There are no backroom deals, - no one officially to make markets for us. -
-
- We will be creating a Raydium pool with incentives to - help provide initial liquidity but we also need the - community to add liquidity to the pool and orderbooks. + As no deals were done with market makers to provide + liquidity, it will be up to MNGO holders to jump in + the Raydium pool and create liquidity for MNGO.

@@ -75,14 +72,19 @@ const ContentSectionRedeem = () => {

- MNGO holder & maker of markets + Mango Market Makers United.

-

- Provide liquidity on the upcoming perp markets, the - DAO will vote on liquidity incentives for perp - markets, +

+ Become a market maker and provide liquidity on the + Mango v3 perp markets (coming soon). Get started with + our example market making bot. Bonus points if you can + deploy it on-chain.

- link to SDK +

+ There'll be a DAO proposal to decide on liquidity + incentives for market making on Mango v3. +

+ link to SDK link to docs with devnet tutorial
@@ -117,21 +119,18 @@ const ContentSectionRedeem = () => {

- Join the Discord + Join us on Discord.

- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed - do eiusmod tempor incididunt ut labore et dolore magna - aliqua. Ut enim ad minim veniam, quis nostrud exercitation - ullamco laboris nisi ut aliquip ex ea commodo consequat.{' '} + The official Mango community lives on Discord.

diff --git a/components/HeroSectionRedeem.tsx b/components/HeroSectionRedeem.tsx index c6618f1..49a81fe 100644 --- a/components/HeroSectionRedeem.tsx +++ b/components/HeroSectionRedeem.tsx @@ -6,13 +6,16 @@ const HeroSectionRedeem = () => {

- The event has ended.
- It’s time to redeem your  - $MNGO + That's a wrap. +
+ MNGO is ready.

-

- Thank you for your contributions, soon you will be able to help - decide the future of Mango. +

+ Thank you to everyone who participated in the sale. +

+

+ You are now valued members of the Mango DAO. Let's shape the + future of Mango together.

diff --git a/components/RedeemModal.tsx b/components/RedeemModal.tsx index 1c8f65b..21123a6 100644 --- a/components/RedeemModal.tsx +++ b/components/RedeemModal.tsx @@ -76,8 +76,7 @@ const RedeemModal = () => {
{!submitting ? ( <> -

Redeem your MNGO.

-

Welcome to the DAO, let's build together.

+

Redeem your MNGO

) : null}