Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jun 25, 2024
1 parent 8e2aeaa commit 9d888ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ SHU. Rewards are automatically compounded when the contract state is updated and

The architecture consists of two contracts:

1. [Staking Contract](docs/staking-architecture.md): The main contract where keypers can stake SHU tokens and claim rewards.
2. [Rewards Distributor Contract](docs/rewards-distributor.md): A contract that distributes rewards to the
staking contract at a fixed rate per second.
1. [Staking Architecture](docs/staking-architecture.md): The main contract where keypers can stake SHU tokens and claim rewards.
2. [Rewards Distributor Architecture](docs/rewards-distributor.md): A contract that distributes rewards to the staking contract at a fixed rate per second.

The contracts are designed to be customizable, with adjustable parameters such as the lock period, minimum stake, and reward emission. Additionally, the contracts uses the Transparent Proxy pattern, where only the DAO has the permission to upgrade the contract and call the owner functions defined below.
The contracts are designed to be customizable, with adjustable parameters such as the lock period, minimum stake, and reward emission. Additionally, the contracts uses the Transparent Proxy pattern, where only the DAO has the permission to upgrade the contract and call the owner.

## Security Considerations

Expand Down

0 comments on commit 9d888ff

Please sign in to comment.