lending:set-emode
Set the connected account's efficiency-mode category, unlocking higher LTV between correlated assets (e.g. stablecoins). Category 0 disables e-mode.
Syntax
Section titled “Syntax”lending:set-emode <categoryId>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
categoryId | number | E-mode category id (0 disables e-mode) |
Options
Section titled “Options”| Name | Type | Description |
|---|---|---|
--using | lending-adapter | Lending protocol: AaveV3, Spark or CompoundV3 (default: the best available on the chain) |
Examples
Section titled “Examples”# Enter e-mode category 1 to unlock higher LTV between correlated assetslending:set-emode 1
# Leave e-modelending:set-emode 0