diff --git a/src/data/showcase/dsio-reward-calculator.png b/src/data/showcase/dsio-reward-calculator.png new file mode 100644 index 0000000000..87ad014b90 Binary files /dev/null and b/src/data/showcase/dsio-reward-calculator.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 5c07d96b96..6f1e1e78e5 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -675,6 +675,15 @@ const Showcases = [ source: null, tags: ["wallet", "nft", "metadata"], }, + { + title: "Staking Rewards Calculator", + description: + "A detailed Staking Rewards Calculator thats shows expected return to the operator and delegators of each pool based on the current and alternative network parameters. It also runs a Monte Carlo simulation to show possible variability in the return.", + preview: require("./showcase/dsio-reward-calculator.png"), + website: "https://dynamicstrategies.io/crewardcalculator", + source: null, + tags: ["pooltool","analytics","educational"], + }, ]; export const TagList = Object.keys(Tags);