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.

Create an LP lock
- Enter both underlying coin types and the exact curve type.
- Verify that they identify the intended Dexlyn V1 pool and LP coin.
- Enter LP amount, beneficiary, and future unlock time.
- Review type ordering, vault amount, and third-party dependency.
- 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

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.