diff --git a/knowledge_base/widgets.txt b/knowledge_base/widgets.txt index f2a2c788..47a05516 100644 --- a/knowledge_base/widgets.txt +++ b/knowledge_base/widgets.txt @@ -238,6 +238,12 @@ Required parameters: Return value description: -a summarized answer with source citations --- +Widget magic command: <|liquity-borrow({borrowAmount},{collateralAmount})|> +Description of widget: This widget is used when the user wants to borrow LUSD using ETH as collateral from the Liquity protocol. +Required Parameters: +-{borrowAmount}: amount of LUSD to borrow +-{collateralAmount}: amount of ETH to use as collateral +--- Widget magic command: <|display-zksync-deposit({token},{amount})|> Description of widget: This widget is used when the user wants to bridge and deposit tokens from mainnet L1 to zksync L2 Required parameters: @@ -248,4 +254,4 @@ Widget magic command: <|display-zksync-withdraw({token},{amount})|> Description of widget: This widget is used when the user wants to withdraw tokens from zksync L2 to mainnet L1 Required parameters: -{token}: token to withdraw --{amount}: quantity to withdraw \ No newline at end of file +-{amount}: quantity to withdraw