From 92eb4c33a15fbf882b1a9d1691c3c8e1be88705e Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:13:57 +0300 Subject: [PATCH] docs: Fix subject-verb agreement in documentation in overview.md --- docs/archive/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/archive/overview.md b/docs/archive/overview.md index ba68669..6f0b18a 100644 --- a/docs/archive/overview.md +++ b/docs/archive/overview.md @@ -14,7 +14,7 @@ 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/)) @@ -22,4 +22,4 @@ Karak and Symbiotic vaults accept collateral and then delegate the collateral to ### 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) \ No newline at end of file +- Source code for [vaults](https://github.com/symbioticfi/core/blob/main/src/contracts/vault/Vault.sol)