parent
8a2c50ff22
commit
57e6736cfc
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 477 KiB |
@ -1,113 +0,0 @@ |
|||||||
<template> |
|
||||||
<div class="container"> |
|
||||||
<h1 class="text-center">Degen Domains ($DNS) & Degen DAO</h1> |
|
||||||
|
|
||||||
<div class="row mt-3"> |
|
||||||
<div class="col-md-8 offset-md-2"> |
|
||||||
<p class="text-center"> |
|
||||||
Tokenomics & Governace |
|
||||||
</p> |
|
||||||
|
|
||||||
<p class="text-center"> |
|
||||||
<img class="img-fluid" src="../assets/architecture.png" /> |
|
||||||
</p> |
|
||||||
|
|
||||||
<h3>Degen Domains ($DNS)</h3> |
|
||||||
|
|
||||||
<p> |
|
||||||
The Degen Domain Service token <code>$DNS</code> is the Governace token for the Degen Dao where protocol revenue is managed by |
|
||||||
the Degen community. The DNS token will have additional use cases as our ecosystem grows. $DNS contract is owned by the governor contract. |
|
||||||
The Governor contract is owned by the DAOs Gnosis Safe |
|
||||||
</p> |
|
||||||
|
|
||||||
<p> |
|
||||||
DNS Max Supply: 100,000,000 |
|
||||||
<ul> |
|
||||||
<strong>8% Buy/Sell Tax:</strong> |
|
||||||
<li>2% Burn (Tokens removed from circulation).</li> |
|
||||||
<li>2% Dev/Marketing (To ensure project longevity).</li> |
|
||||||
<li>2% Liquidity (Injected directly into LP to inflate K-Score / ensure higher floors & less dumps)</li> |
|
||||||
<li>2% Reflection (Rewards loyal holders on every Buy / Sell).</li> |
|
||||||
</ul> |
|
||||||
</p> |
|
||||||
|
|
||||||
<p> |
|
||||||
DNS Token Distribution: |
|
||||||
<ul> |
|
||||||
<li>XX% Development Team (Locked in Vesting Contracts 24 Months).</li> |
|
||||||
<li>XX% Pre-Sale (Discounted Tokens locked in Vesting Contracts 3 Months).</li> |
|
||||||
<li>XX% Public Sale (Public Whitelist Sale)</li> |
|
||||||
<li>XX% DAO (Tokens dedicated to Rewards Programs).</li> |
|
||||||
<li>XX% Reserve (Reserve for additional Pools and Exchanges).</li> |
|
||||||
</ul> |
|
||||||
</p> |
|
||||||
|
|
||||||
<p> |
|
||||||
Community Ownership: |
|
||||||
<ul> |
|
||||||
<li>$DNS contract is owned by the governor contract.</li> |
|
||||||
<li>The Governor contract is owned by the DAOs Gnosis Safe.</li> |
|
||||||
<li>Gnosis Safe Multisig signers include community members and early participants.</li> |
|
||||||
<li>At 1,000 $DNS holders the DAO upgrades to full on-chain governance.</li> |
|
||||||
</ul> |
|
||||||
</p> |
|
||||||
|
|
||||||
<p> |
|
||||||
Gnosis multi-sig makes sense for a newer DAO with a smaller treasury. As the DAO membership expands, |
|
||||||
the DAO will upgrade the Gnosis Safe to an on-chain Governor without having to moving all assets and permissions between contracts. |
|
||||||
</p> |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Degen DAO Governace</h3> |
|
||||||
|
|
||||||
<p> |
|
||||||
Governace for the Degen DAO is made up of the DNS Token, Governor Contract, and Gnosis Safe. The Gnosis Safe holds |
|
||||||
protocol revenue from minting domains and royalites and any other future income. The Governor Contract is responsible for managing DAO proposals. |
|
||||||
It keeps track of the status of proposals, and it counts the votes to see if they pass. |
|
||||||
</p> |
|
||||||
|
|
||||||
<p> |
|
||||||
To prevent spamming, only users whose voting power exceeds XXXX $DNS can create a proposal and anyone holding XXX $DNS can vote on proposals. |
|
||||||
</p> |
|
||||||
|
|
||||||
<h3>Governance Process</h3> |
|
||||||
|
|
||||||
<p> |
|
||||||
Voting takes place over a 3 day voting period. When the voting period ends, the system first checks if the number of yes votes exceed the protocol's quorum threshold. |
|
||||||
If the proposer's voting power drops below the proposal submission threshold at any time from submission until the voting or time-lock period ends, the proposal can be cancelled. |
|
||||||
Finally, once the entire process has finished, the proposal can be executed on the Gnosis Safe. |
|
||||||
</p> |
|
||||||
|
|
||||||
|
|
||||||
<h3>Resources</h3> |
|
||||||
|
|
||||||
<p> |
|
||||||
<ul> |
|
||||||
<li><a target="_blank" href="http://docs.degendomains.io">Docs</a></li> |
|
||||||
<li><a target="_blank" href="https://tally.xyz/">Tally</a></li> |
|
||||||
<li><a target="_blank" href="https://docs.openzeppelin.com/contracts/4.x/governance">OpenZeppelin Governance</a></li> |
|
||||||
</ul> |
|
||||||
</p> |
|
||||||
|
|
||||||
</div> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
</template> |
|
||||||
|
|
||||||
<script lang="ts"> |
|
||||||
export default { |
|
||||||
name: "DegenDao" |
|
||||||
} |
|
||||||
</script> |
|
||||||
|
|
||||||
<style scoped> |
|
||||||
p { |
|
||||||
text-align: justify; |
|
||||||
font-size: 1.1em; |
|
||||||
} |
|
||||||
|
|
||||||
h3 { |
|
||||||
margin-top: 35px; |
|
||||||
} |
|
||||||
</style> |
|
Loading…
Reference in new issue