diff --git a/docs/general/nomination-apps.md b/docs/general/nomination-apps.md new file mode 100644 index 000000000000..2e7631f16f12 --- /dev/null +++ b/docs/general/nomination-apps.md @@ -0,0 +1,36 @@ +--- +id: nomination-apps +title: Polkadot Nomination Apps +sidebar_label: Nomination Apps +description: Nomination Apps in the Polkadot Ecosystem. +keywords: [nominate, nominating, NPoS] +slug: ../nomination-apps +--- + +:::info Community Page + +This page is open to contributions from the community. Please follow the +[Wiki contribution guidelines](https://github.com/w3f/polkadot-wiki#contributing-to-documentation) +and add your nomination app app to this page. + +::: + +Nomination Apps are applications using data from +{{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }}'s NPoS to help validators' selection. +These applications are useful for solo nominators and nomination pool admins. + +- [NOMI](#nomi) + +### NOMI + +[NOMI](https://apps.turboflakes.io/?app=nomi) is designed to actively involve Nominators in Native +Staking within the {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} networks. It aims +to offer a unique and enhanced nomination experience, using +[Multiple-Criteria Decision Analysis](https://en.wikipedia.org/wiki/Multiple-criteria_decision_analysis) +(MCDA) as a base for the analytical research. MCDA is an open and transparent approach for +evaluating numerous conflicting traits in the decision-making process. For the analysis, validator +data is collected at the last block of every session. + +[![](https://github.com/turboflakes/apps/blob/main/src/assets/nomi_dashboard.webp?raw=true)](https://turboflakes.io/) + +source: https://github.com/turboflakes/apps diff --git a/docs/general/staking-apps.md b/docs/general/staking-apps.md index 54f1b3e2f3f6..13e5e93eb42a 100644 --- a/docs/general/staking-apps.md +++ b/docs/general/staking-apps.md @@ -17,7 +17,6 @@ and add your protocol native, permissionless, non-custodial NPoS Staking app to - [Polkadot Staking Dashboard](#polkadot-staking-dashboard) - [Sub.ID](#subid) -- [NOMI](#nomi) ## Polkadot Staking Dashboard @@ -96,11 +95,3 @@ staking {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }}. Stakers can choo validators or stake with the recommended validator set. [![](https://cdn.discordapp.com/attachments/893485384154095640/1166807508837474394/image.png?ex=654bd52c&is=6539602c&hm=f78e346cfd364529b1b03d5207a8ad0cd100fc5093ee832eece397e788200cf0&)](https://sub.id/validator/polkadot) - -## NOMI - -[NOMI](https://apps.turboflakes.io/?app=nomi) is designed to actively involve Nominators in Native Staking within the Polkadot and Kusama networks. It aims to offer a unique and enhanced nomination experience, using Multiple-Criteria Decision Analysis as base for the analytical research. [MCDA](https://en.wikipedia.org/wiki/Multiple-criteria_decision_analysis) is an open and transparent approach for evaluating numerous conflicting traits in the decision-making process. For the analysis, validator data is collected at the last block of every session. - -[![](https://github.com/turboflakes/apps/blob/main/src/assets/nomi_dashboard.webp?raw=true)](https://turboflakes.io/) - -source: https://github.com/turboflakes/apps \ No newline at end of file diff --git a/polkadot-wiki/sidebars.js b/polkadot-wiki/sidebars.js index 90333194d3b9..0241404ce759 100644 --- a/polkadot-wiki/sidebars.js +++ b/polkadot-wiki/sidebars.js @@ -65,6 +65,7 @@ module.exports = { }, items: [ "general/wallets-and-extensions", + "general/nomination-apps", "general/staking-apps", "general/governance-apps", "general/parachains-apps",