diff --git a/components/ContentSection.tsx b/components/ContentSection.tsx index a476d35..eaef071 100644 --- a/components/ContentSection.tsx +++ b/components/ContentSection.tsx @@ -29,9 +29,8 @@ const ContentSection = () => {

Mango is a decentralized autonomous organization. Its - purpose is to contribute maximum value for the defi - ecosystem and its developer community to create - commercially viable decentralized trading and lending + purpose is to improve the Mango protocol for the greater defi + ecosystem. We aim to create commercially viable decentralized trading and lending products for traders.

@@ -39,12 +38,15 @@ const ContentSection = () => { Why the Insurance fund?

- Mango protocol is powered by lenders providing their + At its core the Mango protocol is powered by lenders providing their capital for the community to use for trading and borrowing purposes. The insurance fund is the last line of defense - for protecting our mango lenders. + for protecting our mango lenders in case the system fails.

- + + + +

@@ -59,15 +61,15 @@ const ContentSection = () => { Why the token?

- We believe that substantial rewards to a strong developer - community and liquidity incentives are the essential - drivers for growth and therefore the foundation of the - Mango DAO. + The introduction of the token gives contributing members of the DAO a chance to mold the future of the protocol. The token also helps bootstrap liquidity to the platform buy offering incentives to market makers and participants in the system. +
+
+ The token is the foundation of the Mango DAO and will be a pivital building block in the future of the protocol.

- {/* + {/*
-
-
+
+
{

Insurance Fund

-

The insurance fund protects lenders funds from over zealous traders and borrowers. +

+ The insurance fund protects lenders funds from over zealous traders and borrowers.

-
-
+
+
{

Governance

-

+

The Mango DAO is a decetralized organization, protocol changes are contributor driven and DAO governed.

-
-
+
+
{

Liquidity Incentives

-

+

In order to bootstrap liquidity for our markets we have designed a system well aligned with liquidity providers needs

@@ -176,6 +179,132 @@ const ContentSection = () => {

+ +
+

+ Current risks to DAO contributors. +

+

+ We feel it important to detail the current risks to the system in order to give full transparency for participants in the insurance funds inception. +

+
+ +
+
+
+ + + + + + + + + + + + + + + +
+

+ Not currently audited. +

+

+ The protocol and governance are currently unaudited. While we take great caution and forethought in the way we build our smart contracts we cannot offer that gauratee that an audited contract can give. +

+
+
+
+ + + + + + + + + + +
+

+ New fund raise mechanism. +

+

+ While we focused on making our fund raising tool as fair as possible, our mechanism is not free of gaming mechanics. +

+
+
+
+ + + + + + + + + + +
+

+ Not decentralzed; yet. +

+

+ It is very difficult for a DAO to have complete autonomy off inception, Mango plans to fulled decentralize as tools and ecosystem mature. +

+
+
+
+ + + + + + + + + + +
+

+ Initial contributor tokens are unlocked. +

+

+ Tokens given to early builders and contributors of the protocol are unlocked. We are open source contributors so building and adding to the protocol took presedence over building token mechanism for locking funds. +

+
+
+ + + + +
diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx index bbed071..6ecef73 100644 --- a/components/HeroSection.tsx +++ b/components/HeroSection.tsx @@ -12,8 +12,8 @@ const HeroSection = () => { Claim your stake in the Mango Dao.

- The Mango Dao is a self-governance protocol building a - decentralized financial ecosystem. By contributing you will have a + The Mango Dao is a self-governed protocol building a + decentralized financial ecosystem; by contributing to the DAO you will receive a stake in the future of the ecosystem and its products.

diff --git a/public/Icon-decent.svg b/public/Icon-decent.svg new file mode 100644 index 0000000..2d3feef --- /dev/null +++ b/public/Icon-decent.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/Icon-eye.svg b/public/Icon-eye.svg new file mode 100644 index 0000000..53d78bf --- /dev/null +++ b/public/Icon-eye.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/public/Icon-flag.svg b/public/Icon-flag.svg new file mode 100644 index 0000000..a58ad49 --- /dev/null +++ b/public/Icon-flag.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/Icon-unlocked.svg b/public/Icon-unlocked.svg new file mode 100644 index 0000000..e634ad3 --- /dev/null +++ b/public/Icon-unlocked.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/stores/useWalletStore.tsx b/stores/useWalletStore.tsx index b789241..e211d78 100644 --- a/stores/useWalletStore.tsx +++ b/stores/useWalletStore.tsx @@ -36,9 +36,9 @@ export const ENDPOINTS: EndpointInfo[] = [ websocket: 'https://cache.devnet.rpcpool.com', // programId: '2oBtRS2AAQfsMxXQfg41fKFY9zjvHwSSD7G5idrCFziV', // owned by devnet key programId: 'CRU6hX2GgtdabESgkoMswMrUdRFxHhCVYmS292VN1Nnn', // owned by governance - poolKey: 'GvSyVjGwLBeWdURMLDmSffQPqA8g547A6TURbbBnDpa4', // governance test + //poolKey: 'GvSyVjGwLBeWdURMLDmSffQPqA8g547A6TURbbBnDpa4', // governance test // poolKey: '82ndgp58GXpwuLrEc9svHFdhiEsPaZoNUEWwgc79WHqk', // already over - // poolKey: '5heMyYtJK1Us9Hx2w6s5rLDNj8RufeyCR1ZUJAVFLQL7', // long deposits + poolKey: '5heMyYtJK1Us9Hx2w6s5rLDNj8RufeyCR1ZUJAVFLQL7', // long deposits // poolKey: '7Dr2Ksnz5evoT9mEUgvvkmirH8KDC99b5oVPHbqSpx4K', // short deposit //poolKey: 'CdKyD4Qazo72Bm6SsPBWrT1AnH1NEuoUzvQg7b67EBac', // not started yet },