# Pool
## Properties
**balance_cacao** | **String** | |
**balance_asset** | **String** | |
**asset** | **String** | |
**lp_units** | **String** | the total pool liquidity provider units |
**pool_units** | **String** | the total pool units, this is the sum of LP and synth units |
**status** | **String** | |
**decimals** | Option<**i64**> | | [optional]
**synth_units** | **String** | the total synth units in the pool |
**synth_supply** | **String** | the total supply of synths for the asset |
**pending_inbound_cacao** | **String** | |
**pending_inbound_asset** | **String** | |
**savers_depth** | Option<[**serde_json::Value**](.md)> | the balance of L1 asset deposited into the Savers Vault |
**savers_units** | **String** | the number of units owned by Savers |
**synth_mint_paused** | **bool** | whether additional synths cannot be minted |
**bondable** | **bool** | whether LPs can bond liquidity in the pool to a node |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)