pallet-curveless-staking

Crates.iopallet-curveless-staking
lib.rspallet-curveless-staking
version0.1.0
sourcesrc
created_at2021-04-12 10:20:45.774901
updated_at2021-04-12 10:20:45.774901
descriptionAn alternative to Substrate's staking pallet with no reward curve and where rewards can be customized
homepage
repositoryhttps://github.com/ETeissonniere/pallet-curveless-staking
max_upload_size
id382326
size512,402
Eliott Teissonniere (ETeissonniere)

documentation

README

Curveless Staking

A fork of Substrate Frame v2 pallet-staking. The main differences are as follows:

  • no inflationary reward curve
  • the pallet has a dedicated account id to receive potential fungible tokens
  • the pallet tracks rewards deposited in its account on a per era basis
  • rewards from a given era are distributed between the validators and their nominators while respecting the traditional parameters

This is especially useful if you want to create non-inflationary reward models, for instance by redistributing transaction fees and other forms of rewards.

Example integrations:

Commit count: 10

cargo fmt