Skip to content

docs: Fix subject-verb agreement in documentation in overview.md #29

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/archive/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ When funds are deposited into Symbiotic or Karak vaults, they are delegated to n
- The multisig admin is a centralization vector, we eventually might want to automate the deployment of capital to vaults, or do it via governance. Right now a multisig effectively controls all funds within the reserve manager. The allowlist manager role mitigates this by allowing funds to be sent to certain addresses, however the admin appoints the allowlist manager.

## Dependencies
Karak and Symbiotic vaults accept collateral and then delegate the collateral to operators, who are entrusted with the task of securing decentralized secure service (DSS). Usually, when funds are delegated, they generate yield but also risk being slashed if the operators does not behave properly when securing a DSS. Our interactions with these protocols is limited to depositing and withdrawing from vaults. In the future, we will also have to design a way to collect rewards and redistribute them to our users.
Karak and Symbiotic vaults accept collateral and then delegate the collateral to operators, who are entrusted with the task of securing decentralized secure service (DSS). Usually, when funds are delegated, they generate yield but also risk being slashed if the operators do not behave properly when securing a DSS. Our interactions with these protocols is limited to depositing and withdrawing from vaults. In the future, we will also have to design a way to collect rewards and redistribute them to our users.

### Karak
- Karak is a restaking layer that provides security for chains by connecting stakers with operators and networks ([Docs](https://docs.karak.network/))
- Source code for [vaults](https://github.com/code-423n4/2024-07-karak/blob/main/src/interfaces/IVault.sol)

### Symbiotic
- Symbiotic is an accounting and coordination layer for networks, operators, and vaults to work together to provide economic security to networks ([Docs](https://docs.symbiotic.fi/))
- Source code for [vaults](https://github.com/symbioticfi/core/blob/main/src/contracts/vault/Vault.sol)
- Source code for [vaults](https://github.com/symbioticfi/core/blob/main/src/contracts/vault/Vault.sol)