> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiz.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# Redeem LP after resolve

> Burn pool shares and redeem the basket to collateral.

Resolved only. Burns ERC-20 pool shares and redeems the basket to collateral (same redeem fee). While the market is open, exit with [`removeFunding`](/market/remove-liquidity) instead — there is no 1:1 payout on a single outcome.

```ts theme={null}
await market.redeemLp({ shares, owner })
```

The indexer LP lot marks **pool shares only**. Send-back tokens are a share position — cash those with [`market.redeem`](/market/redeem).

## Next

[Get trades](/user/get-trades)
