Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(edits): amend solana-restaking gov #4444

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/docs/technology/solana-restaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ In this mechanism, it is critical that we properly determine the value of these

Users will accumulate staking rewards proportionate to their staking amount and time. Thus, they can receive not only the yield on their original stake, but also the yield from restaking.

## Multisig signers
The restaking layer will initially be governed by two multisigs with limited abilities until a decentralised governance system is established.

1. The **Admin multisig** is responsible for the following:
## Governance
The restaking layer will initially be governed by a multisigs until a decentralised governance system is established. This is composed of a 7-of-9 multisig at address JD4dNpiv9G24jmq8XQMuxbQPKN4rYV7kue2Hzi1kNT4Q. As we move toward the launch of SOL IBC, we will look to expand this multisig in the greater pursuit of further decentralization. The **Admin & Upgradability multisig** is responsible for the following:

- Whitelisting tokens
- Setting the staking cap
- Setting if the guest chain is initialised or not
- Upgrading the contract

2. The **Upgradability multisig** holds the upgrade authority. This is composed of a 7-of-9 multisig at address JD4dNpiv9G24jmq8XQMuxbQPKN4rYV7kue2Hzi1kNT4Q. The purpose of this multisig will be to control upgrade authority on the vault contracts. As we move toward the launch of SOL IBC, we will look to expand this multisig in the greater pursuit of further decentralization. Signers for the multisig are as follows:
Signers for the multisig are as follows:

- Miguel Matos — Board member, Composable Foundation. Professor at the Universidade de Lisboa & Researcher at INESC-ID.
- Dan Edlebeck — Advisor, Composable
Expand Down
Loading