Skip to content

Commit

Permalink
Apply suggestions after a review
Browse files Browse the repository at this point in the history
Co-Authored-By: olehmell <olehmell@users.noreply.github.com>

Co-Authored-By:
Yung-Beef <Yung-Beef@users.noreply.github.com>
  • Loading branch information
F3Joule committed Nov 3, 2023
1 parent 3902849 commit 6af1e74
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pallets/creator-staking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,17 @@ The Subsocial Creator Staking Pallet is a critical component of the Subsocial co

- **Staking Information**: The pallet tracks staking information for creators by era, allowing users to stake funds to their favorite creators.

- **Unstaking and Withdrawal**: Users can start the unbonding process, and once the unbonding period has passed, they can withdraw their staked funds.
- **Unstaking and Withdrawal**: Users can start the unstaking process, and once the unstaking period has passed, they can withdraw their staked funds.

- **Reward Distribution**: The pallet calculates and distributes rewards for stakeholders and creators on a periodic basis (e.g., per era), incentivizing participation in the ecosystem.

- **Lock Periods**: To prevent immediate withdrawals, the pallet manages lock periods. Stakers must wait out an unbonding period after initiating an unstaking operation.

- **Events**: The pallet emits events for various lifecycle events, such as staking, unstaking, claiming rewards, and era changes, which can be used for monitoring and analytics.

- **Custom RPCs**: The pallet provides custom RPCs for querying staking information.
- **Reward Distribution**: The pallet calculates and distributes rewards for backers and creators on a periodic basis (e.g., per era), incentivizing participation in the ecosystem.

## License

This Subsocial Staking Pallet is open-source software released under the [GNU GPL3 License](LICENSE). Feel free to use, modify, and distribute it as needed.

## Acknowledgements

Special thanks for [Astar Network](https://github.com/AstarNetwork) for their [Pallet dapps-staking](https://github.com/AstarNetwork/astar-frame/tree/polkadot-v0.9.39/frame/dapps-staking).
Special thanks to [Astar Network](https://github.com/AstarNetwork) for their [Pallet dapps-staking](https://github.com/AstarNetwork/astar-frame/tree/polkadot-v0.9.39/frame/dapps-staking).

## Support and Contact

Expand Down

0 comments on commit 6af1e74

Please sign in to comment.