What does closed liquidity mean?#

“Closed liquidity” is not a formal Centurion Protocol status. People often use the phrase to mean that liquidity was withdrawn, locked, disabled by token rules, or unavailable at the current v3 price. Check the pool and position data rather than relying on the label.

Common meanings#

The phrase may refer to several different conditions:

  • Liquidity was removed: a provider burned a v2 LP position or withdrew liquidity from a v3 NFT.
  • A v3 position is out of range: the position still exists, but it is not active at the current tick and does not support swaps until price returns to its range.
  • Liquidity is locked: LP tokens or a position NFT are held by a time-lock contract. Locking may limit withdrawal, but it does not prove the token is safe.
  • The interface cannot use the pool: unsupported token behavior, a network mismatch, or stale indexing may hide or block a route.
  • The token restricts trading: transfer rules can make liquidity appear present while sells or withdrawals fail.

How to check the actual state#

  1. Confirm you are connected to Centurion mainnet, chain ID 286, or the intended testnet.
  2. Verify both token contract addresses, not only their symbols.
  3. Check whether the pool is v2 or v3 and identify its fee tier.
  4. Review total liquidity and recent swap activity through the current official Centurion explorer or analytics entry point.
  5. For v3, compare the current tick with each position's lower and upper ticks.
  6. For a claimed lock, inspect the owner of the LP token or position NFT and the lock contract's verified rules.
  7. Simulate a small swap and review the minimum received without signing an unfamiliar approval.

Worked example#

A v3 provider may place CTN/token liquidity only between 50 and 60 tokens per CTN. If the market moves to 65, that position is out of range. It is not deleted or necessarily locked; it simply contributes no active liquidity at the current price. The owner can wait, withdraw, or create a new range.

By contrast, if all providers remove their liquidity, the pool may have too little depth to produce a usable quote. The interface may show high price impact or no route.

Why this matters#

A visible pool address does not guarantee tradability. A token can have nominal reserves but malicious transfer restrictions. A lock can reduce one withdrawal risk while leaving contract, administrator, oracle, or market risks unchanged.

Common issues#

  • No route: confirm network, token addresses, and active v3 liquidity.
  • Severe price impact: available liquidity may be small even if historical liquidity was larger.
  • A position shows value but earns no fees: it may be out of range.
  • A lock badge is presented as an audit: a time lock is not a security review.