> For the complete documentation index, see [llms.txt](https://docs.cork.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cork.tech/user-guides/provide-liquidity.md).

# Provide Liquidity

Liquidity providers deposit Collateral Asset into a Cork Pool to mint [Cork Principal Tokens](/core-concepts/principal-token.md) and [Cork Swap Tokens](/core-concepts/swap-token.md). By selling the Cork Swap Tokens at a premium, the LP earns yield while taking on the underwriting risk represented by the Cork Principal Token.

## What You'll Need

* **Collateral Asset** (e.g., sUSDe, sUSDS) in your wallet
* A wallet that supports the Cork dApp or direct contract interaction (SAFE Wallet recommended for multisig users)

## Operations

| Action                      | What It Does                                                              | When To Use                   |
| --------------------------- | ------------------------------------------------------------------------- | ----------------------------- |
| **Mint** (Deposit)          | Deposit Collateral Asset → receive Cork Principal Token + Cork Swap Token | Enter a new position          |
| **Unwind** (Unwind Deposit) | Return Cork Principal Token + Cork Swap Token → receive Collateral Asset  | Exit a position before expiry |
| **Redeem** (Withdraw)       | Return Cork Principal Token → receive Collateral Asset + Reference Asset  | Claim assets after expiry     |

## Guides

* [Mint Tokens](/user-guides/provide-liquidity/mint-tokens.md) — Overview of minting and the LP position lifecycle
* [Mint Tokens (without dApp)](/user-guides/provide-liquidity/mint-tokens-without-dapp.md) — Step-by-step guide using SAFE Wallet transaction builder
* [Mint Tokens (without dApp or Batch-Capable Wallet)](/user-guides/provide-liquidity/mint-tokens-without-dapp-or-batch-capable-wallet.md) — Guide for standard wallets via Blockscout


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cork.tech/user-guides/provide-liquidity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
