# Pool
## Properties
**asset** | **String** | |
**short_code** | Option<**String**> | | [optional]
**status** | **String** | |
**decimals** | Option<**i64**> | | [optional]
**pending_inbound_asset** | **String** | |
**pending_inbound_rune** | **String** | |
**balance_asset** | **String** | |
**balance_rune** | **String** | |
**asset_tor_price** | **String** | the USD (TOR) price of the asset in 1e8 |
**pool_units** | **String** | the total pool units, this is the sum of LP and synth units |
**lp_units** | **String** | the total pool liquidity provider units |
**synth_units** | **String** | the total synth units in the pool |
**synth_supply** | **String** | the total supply of synths for the asset |
**savers_depth** | **String** | the balance of L1 asset deposited into the Savers Vault |
**savers_units** | **String** | the number of units owned by Savers |
**savers_fill_bps** | **String** | the filled savers capacity in basis points, 4500/10000 = 45% |
**savers_capacity_remaining** | **String** | amount of remaining capacity in asset |
**synth_mint_paused** | **bool** | whether additional synths cannot be minted |
**synth_supply_remaining** | **String** | the amount of synth supply remaining before the current max supply is reached |
**loan_collateral** | **String** | the amount of collateral collects for loans |
**loan_collateral_remaining** | **String** | the amount of remaining collateral collects for loans |
**loan_cr** | **String** | the current loan collateralization ratio |
**derived_depth_bps** | **String** | the depth of the derived virtual pool relative to L1 pool (in basis points) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)