Trust Stack Docs
Products

Liquidity locks

Lock an exact typed Dexlyn V1 LP Coin through an isolated adapter.

The Dexlyn V1 adapter locks a legacy typed LP Coin in its own vault until an immutable UTC time. It is intentionally separate from the core standard-asset package because DEX and legacy Coin assumptions need their own deployment and audit boundary.

Dexlyn LP lock form showing pool types, LP amount, beneficiary, and unlock time

Create an LP lock

  1. Enter both underlying coin types and the exact curve type.
  2. Verify that they identify the intended Dexlyn V1 pool and LP coin.
  3. Enter LP amount, beneficiary, and future unlock time.
  4. Review type ordering, vault amount, and third-party dependency.
  5. Sign and save the LP lock object address.

The adapter constructs the exact generic LP type. It does not accept an arbitrary router or function target and does not migrate liquidity.

Claim

Dexlyn LP claim workspace for reading lock terms and releasing matured LP tokens

The beneficiary verifies the position, waits for maturity, and signs the claim. Trust Stack checks the immutable type identity, beneficiary, amount, deadline, claimed state, and vault balance before and after execution.

Third-party protocol boundary

Dexlyn package behavior, pool provenance, upgrade authority, and LP economics are outside Trust Stack's core custody guarantees. This adapter requires its own publication evidence and independent review before meaningful use.

On this page