# Liquidity Provision

**`Role of LPs`**\
Liquidity Providers (LPs) act as the margin pool for leverage trading.\
Anyone can become an LP by depositing funds into Public Vault.\
Min deposit: 100 USDT, Max deposit: 10,000 USDT.

**`Reward Mechanism`**\
Rewards for LPs come from liquidation events. For detailed reward calculations, please refer to the "Economic Model - Liquidation" section.

**`Public Vault Design`**\
The public vault follows the EIP-4626 tokenized vault standard.\
For more details on the vault implementation, refer to:

[EIP-4626: Tokenized Vault Standard](https://eips.ethereum.org/EIPS/eip-4626).
