Synthetix Docs
  • User Docs
  • Synthetix Exchange
  • Leveraged Tokens
  • For Developers
  • Orientation
  • Synthetix Overview
  • Development Progress
  • V3 FAQ
  • For Developers
    • Technical Architecture
    • Quick Start
      • Base Quickstart
    • Smart Contracts
    • Data Platform
    • Data Dictionary
    • Addresses + ABIs
    • Deployment Info
      • Mainnet
      • Sepolia
      • Sepolia Carina
      • Optimism Mainnet
      • Base Mainnet Andromeda
      • Base Sepolia Andromeda
      • Arbitrum Mainnet
      • Arbitrum Sepolia
    • Smart Contract Audits
    • Perps Market
    • Spot Market
    • Developer FAQ
  • For Perp Integrators
    • 101
    • Perps V3
    • L1 Perp (BFP)
    • Base Andromeda
    • Perps Python SDK
    • Perps V3 Keepers
  • For Liquidity Integrators
    • Creating Accounts
    • Delegating Collateral
      • Liquidity Pools
    • Liquidity Positions
      • Minting and Burning snxUSD
      • Position Liquidations
    • Base LP Guide
  • For Liquidity Pool Managers
    • Creating and Configuring Pools and Vaults
    • Collateral Vaults
      • Vault Liquidations
    • Rewards Distributors
    • Credit and Debt Distribution
  • For Derivatives Market Builders
    • Build on v3
    • Market Development Guide
    • Build on v3 FAQ
    • Operating a Market
    • Registering a Market
  • For Governance Participants
    • Synthetix Governance
    • Elections
  • For Designers
    • Design Resources
Powered by GitBook
On this page
  1. For Liquidity Integrators
  2. Delegating Collateral

Liquidity Pools

PreviousDelegating CollateralNextLiquidity Positions

Last updated 8 months ago

Pools are referenced by an ID number. Pools may fit the following classifications:

  • Preferred Pool (also referred to as the Spartan Council Pool) - This is the main pool managed . This is the pool suggested by default for liquidity providers to participate in. This pool's ID can be retrieved by calling the getPreferredPool function.

  • Approved Pools - The Spartan Council also specifies approved pools with IDs that can be retrieved with the getApprovedPools function. This is expected to be a series of pools owned by the Spartan Council with exposure to different combinations of markets.

  • Zero Pool (also referred to as delegating to “no pool”) - A pool exists at ID 0 which backs no markets and never can (because it has no owner). Depositing collateral with this pool is similar to using a decentralized borrowing protocol, where the only functionality is minting and burning snxUSD.

  • Permissionlessly Created Pools - During Synthetix V3 Alpha/Beta phases, a feature flag has been set which disables the permissionless creation of pools. When governance chooses to alter this feature flag, anyone will be able to .

Any liquidity position delegated to a pool could be indirectly liquidated by the owner of the pool. There is always risk, but be especially cautious when providing liquidity to pools that aren’t approved by governance.

by governance
create and configure their own pool