Skip to content

Commit

Permalink
Merge pull request #31 from parallel-finance/paraid_2011
Browse files Browse the repository at this point in the history
Add paraid 2011
  • Loading branch information
sjparallelfi authored Dec 18, 2021
2 parents b01a353 + 3ea7397 commit 2301873
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
22 changes: 22 additions & 0 deletions crowdloans/projects/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,5 +491,27 @@
{ "name": "Public Sale", "value": 5, "color": "#c0dfdd" }
]
}
},
{
"paraid": "2011",
"name": "Equilibrium",
"token": "EQ",
"description": "Unified DeFi multi-tool",
"overview": "If you are familiar with EOS, you might have heard about Equilibrium. Equilibrium used to be a project on the EOS network but now it is coming to Polkadot Ecosystem to add the fuel to the DeFi fire. Equilibrium's cross-chain protocol will offer pooled lending, borrowing, trading, and staking services, according to the project team. The protocol's developers intend to make Ethereum and other blockchains 'fully compatible with each other' by offering a 'unified interface' for DeFi use cases. On the first day of October in 2020, Equilibrium raised $5.5 Million via its new “token swap”. In this token swap, users of EOS network will swap their NUT token on EOS to receive the EQ token on Polkadot network. Beside, Equilibrium team received many grants from Web3 Foundation to pioneer services that facilitate other projects' migration to Polkadot.",
"website": "https://equilibrium.io/",
"icon": "https://cdn.jsdelivr.net/gh/parallel-finance/auction-toolkit@main/icons/chains/equilibrium.svg",
"isStart": true,
"disabledContribution": false,
"tokenomics": {
"totalSupply": 2000000000,
"data": [
{ "name": "Tresury", "value": 25, "color": "#4fdfd4" },
{ "name": "NUT/EQ Token Swap", "value": 25, "color": "#7b93de" },
{ "name": "Parachain Auction Reward", "value": 20, "color": "#9caee6" },
{ "name": "Team", "value": 15, "color": "#bdc9ef" },
{ "name": "Liquidity Farmer", "value": 10, "color": "#77bab4" },
{ "name": "Institutional Investor", "value": 5, "color": "#8ec6c2" }
]
}
}
]
41 changes: 41 additions & 0 deletions crowdloans/rewards/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1515,5 +1515,46 @@
}
]
}
},
"2011": {
"reward": {
"total": "16.67% of Total Supply",
"min": 200,
"detail": [
{ "label": "Est. Project Rewards", "formula": "${amount * 4}" }
]
},
"parallelBonus": {
"items": [
{ "formula": "0.10", "logo": "/static/media/para.e1be6567.svg" }
],
"tooltip": [{ "text": "Parallel Referral Bonus", "value": "10% PARA" }],
"detail": [
{ "label": "Parallel Bonus", "formula": "${amount * 4}" },
{
"label": "Parallel Referral Bonus",
"formula": "${referralAvailable ? amount * 4 * 0.10 : 0}"
}
]
},
"cDot": "${amount * 1}",
"rewardRules": [
{
"label": "Project Bonus",
"content": [
"-Extra 3% bonus for both the referrer and referee.",
"\n",
"\n",
"Heavyweight Bonus",
"- Extra 33% bonus when you contribute 10k-100k DOT.",
"- Extra 35% bonus when you contribute 100k-500k DOT.",
"- Extra 40% bonus when you contribute over 500k DOT."
]
},
{
"label": "Parallel Additional Bonus",
"content": [{ "bulletPoints": ["4 PARA per DOT contributed"] }]
}
]
}
}

0 comments on commit 2301873

Please sign in to comment.