ListaDAO
| Yield ID | e.g. binance-usdt-listausdt-0x6d6783c146f2b0b2774c1725297f1845dc502525-4626-vault |
|---|---|
| Network | BNB Chain |
| Deposit Assets | BNB, USD1, USDT (varies by vault) |
| Reward Tokens | Incentives vary across vaults |
| Warmup Period | N/A |
| Withdrawal Period | N/A (typically no lock-ups / instant withdrawals) |
| Minimum Requirement | Vault-specific (varies by marketplace / vault strategy) |
About
ListaDAO vaults are permissionless, on-chain smart contract vaults that aggregate user deposits and optimize yield generation across curated lending and strategy markets within the Lista Lending ecosystem. Vaults allow users to deposit a single asset and earn yield automatically, with capital allocated across multiple underlying markets or strategies by vault curators.
- Suppliers deposit assets into a vault.
- Vaults aggregate liquidity for that asset and allocate it across relevant markets
- Suppliers earn yield from interest, incentives, or strategy performance — without manually managing positions.
The Flow:
- Select Vault: Choose a vault for the desired asset (e.g. USD1).
- Deposit: Users send their asset to the vault smart contract.
- Vault Allocation: The vault automatically distributes liquidity across underlying markets or strategies per its configuration.
- Yield Accrues: Users earn yield from the combined performance of the underlying allocations, reflected in the vault’s share price.
- Withdraw: Users can with draw at any time without lockups or withdrawal periods. When withdrawing, the vault share tokens are burned and the user receives the corresponding value in underlying assets.
Pending Actions
None
List of Integration IDs
BNB Chain
| Yield ID | Name |
|---|---|
| binance-wbnb-listabnb-0x57134a64b7cd9f9eb72f8255a671f5bf2fe3e2d0-4626-vault | Lista BNB Vault |
| binance-btcb-listabtcb-0xe46b8e65006e6450bdd8cb7d3274ab4f76f4c705-4626-vault | Lista BTCB Vault |
| binance-lisusd-lisusd-0xe03d86e5baa3509ac4a059a41737baa8169b6529-4626-vault | Lista lisUSD Vault |
| binance-u-u-0x9a17fd5cb8efc25d11567e713ae795a89775a759-4626-vault | Lista U Vault |
| binance-usd1-listausd1-0xfa27f172e0b6ebcef9c51abf817e2cb142fbe627-4626-vault | Lista USD1 Vault |
| binance-usdt-listausdt-0x6d6783c146f2b0b2774c1725297f1845dc502525-4626-vault | Lista USDT Vault |
| binance-wbnb-bnb-0xab251dc87dc313649d024bd69b34c8e7690ce1fc-4626-vault | Loop BNB Vault |
| binance-usd1-usd1-bank-0xbe87beb6eca39b558ad43c0541471d50d09f3e76-4626-vault | Lorenzo Exclusive USD1 Vault |
| binance-wbnb-mevbnb-0xd5cfc0f894ba77e95e3325aa53eb3e6cbbb5a81e-4626-vault | MEV BNB Vault |
| binance-usdt-nusdt-bsc-0xce51d66343ed1ffaf82432b7436b5a128445ef2b-4626-vault | Native Bsc USDT Vault |
| binance-wbnb-pbnb-0xcb995fb56ec7fc42e0c9a075dfa3a0b56de72484-4626-vault | Pangolins BNB Vault |
| binance-usdt-pusdt-0xeb4f6ffb1038e1cca701e7d53083b37ec5b6ba33-4626-vault | Pangolins USDT Vault (pUSDT) |
| binance-wbnb-solvbnb-0xb798bb56898a86b6fd49fc1eca4150efdc3ee6ea-4626-vault | Solv-Exclusive BNB Vault |
| binance-usd1-solvusd1-0xd61dd125016728dd284cf5dba8a3b7c27c5058f2-4626-vault | Solv-Exclusive USD1 Vault |
| binance-usdt-stusdt-0x3bd8bdaaa1aff2bb17866fc897bba5add9b64e3a-4626-vault | Statera Vault USDT |
| ethereum-usd1-listausd1-0x1a9bee2f5c85f6b4a0221fb1c733246af5306ae3-4626-vault | Lista USD1 Vault |
Ethereum
| Yield ID | Name |
|---|---|
| ethereum-usd1-listausd1-0x1a9bee2f5c85f6b4a0221fb1c733246af5306ae3-4626-vault | Lista USD1 Vaul |
Borrowing (Lista Lending)
In addition to the lending vaults above, ListaDAO offers borrowing through Lista Lending (Moolah), accessible via the Yield.xyz Borrowing API. Moolah is a permissionless, isolated-market lending protocol on BNB Chain and Ethereum — each market is a standalone (collateral asset, loan asset) pair with its own risk parameters — powering lisUSD and stablecoin borrowing.
| Parameter | Description |
|---|---|
| Integration ID | lista-borrow |
| Network | BNB Chain, Ethereum |
| Market Type | Isolated (one collateral/loan pair per market) |
| Actions | Supply Collateral, Borrow, Repay, Withdraw Collateral |
Unlike the lending vaults, borrowing markets are identified by a marketId (not a yield ID) and are discovered dynamically through the Borrowing API. The typical flow is:
- Supply collateral into a market.
- Borrow the loan asset against that collateral.
- Repay borrowed debt (partial, or in full).
- Withdraw collateral once the debt is cleared.
Considerations
- Minimum loan requirement. Each Lista market enforces a minimum borrow size — roughly $15 worth of the loan asset (a USD floor converted to the loan token at its oracle price). This constrains two actions:
- You cannot borrow an amount that leaves your total debt below the minimum.
- You cannot make a partial repay that would leave an open borrowed position below the minimum. You must either keep at least the minimum borrowed, or repay the debt in full (
repayAll). Otherwise the transaction is rejected before it is built.

