From ae0d545a7d75125f2dfd688720bdce31f5694ac8 Mon Sep 17 00:00:00 2001 From: IliaAzhel Date: Thu, 25 Jan 2024 12:28:32 +0300 Subject: [PATCH] update readme --- src/plugin/brevis/README.md | 9 ++------- src/plugin/limit-order/README.md | 12 +++--------- src/plugin/stub/README.md | 12 +++--------- 3 files changed, 8 insertions(+), 25 deletions(-) diff --git a/src/plugin/brevis/README.md b/src/plugin/brevis/README.md index bcb7d2b2..db47d534 100644 --- a/src/plugin/brevis/README.md +++ b/src/plugin/brevis/README.md @@ -1,11 +1,6 @@ -# Algebra Plugins - -This directory contains the base Algebra protocol plugin, which combines the following functionality: -- TWAP oracle -- volatility oracle -- dynamic fee manager -- farmings adapter +# Brevis Plugin +Discount provided for owning NFTs. A plugin that uses crosschain technology and provides the user with a reduced fee for swaps if he owns the required NFT on the Ethereum network. ## License diff --git a/src/plugin/limit-order/README.md b/src/plugin/limit-order/README.md index 33be60ad..40763623 100644 --- a/src/plugin/limit-order/README.md +++ b/src/plugin/limit-order/README.md @@ -1,12 +1,6 @@ -# Algebra Plugins - Tests status - Echidna status - -This directory contains the base Algebra protocol plugin, which combines the following functionality: -- TWAP oracle -- volatility oracle -- dynamic fee manager -- farmings adapter +# Limit Order Plugin + +Limit orders. Simple implementation of limit orders using automatically closed liquidity positions. ## License diff --git a/src/plugin/stub/README.md b/src/plugin/stub/README.md index 33be60ad..bd904adc 100644 --- a/src/plugin/stub/README.md +++ b/src/plugin/stub/README.md @@ -1,12 +1,6 @@ -# Algebra Plugins - Tests status - Echidna status - -This directory contains the base Algebra protocol plugin, which combines the following functionality: -- TWAP oracle -- volatility oracle -- dynamic fee manager -- farmings adapter +# Stub Plugin + +Emergency braking contract (stub). A contract that can be used for emergency stop of protocol functionality. ## License