> For the complete documentation index, see [llms.txt](https://docs.crosscurve.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crosscurve.fi/user-documentation/liquidity-interface/via-curve-balanced.md).

# via Curve (Balanced)

In Balanced mode the application allows adding liquidity ([**Deposit**](/user-documentation/liquidity-interface/liquidity-provision-use-cases/deposit/via-curve-balanced/adding-liquidity-to-pools-on-sonic.md)) in s-tokens or withdrawing ([**Withdraw**](/user-documentation/liquidity-interface/liquidity-provision-use-cases/withdraw/via-curve-balanced.md)) funds from s-tokens to the original assets of the [EYWAUSDT](https://curve.finance/dex/arbitrum/pools/factory-twocrypto-57/deposit/),  [xCRV](https://curve.finance/dex/#/sonic/pools/factory-stable-ng-2/deposit), [xCRV2](https://curve.finance/#/sonic/pools/factory-stable-ng-106/deposit), [CRV/USD](https://curve.finance/#/sonic/pools/factory-twocrypto-29/deposit), [3UNIT0](https://curve.finance/#/arbitrum/pools/factory-tricrypto-38/deposit), [wFTMUSDC](https://curve.finance/dex/fantom/pools/factory-twocrypto-53/deposit/), [CrossCurve frxUSD](https://curve.finance/dex/sonic/pools/factory-stable-ng-25/deposit/), [CrossCurve frxETH](https://curve.finance/dex/sonic/pools/factory-stable-ng-26/deposit/), [xsStable](https://docs.crosscurve.fi/developer-documentation/pools-asset-contracts/hubchain-pools-and-assets#pools-sonicfraxtal-xsstable-z), [xeWETH](https://docs.crosscurve.fi/developer-documentation/pools-asset-contracts/hubchain-pools-and-assets#pools-sonicfraxtal-xeweth-z) and [xbBTC](https://docs.crosscurve.fi/developer-documentation/pools-asset-contracts/hubchain-pools-and-assets#pools-sonicfraxtal-xbbtc-z) pools,  CrossCurve liquidity pools with a single asset (assets that are part of the LP token or the LP tokens themselves), performing complex operations in one click.

{% hint style="info" %}
*However, it requires working with pools on Curve.*
{% endhint %}

### **Part I Adding Liquidity** <a href="#part-i-adding-liquidity" id="part-i-adding-liquidity"></a>

1. After successfully connecting, in the **Choose pool** window, select the pool or asset you are interested in for working with liquidity.

<figure><img src="/files/HOuMvKaQlG7B5r8KSEJz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/E26JEqLcK45O9StX6cbQ" alt=""><figcaption></figcaption></figure>

2. Next, select the operation to deposit (**Deposit**) and the **Balanced** method of execution.

<figure><img src="/files/DJrENz6tLSH1wBiijxbH" alt=""><figcaption></figcaption></figure>

Proceeding further by pressing **Next**, a step-by-step mini-guide will appear:

* Check the liquidity pool on Curve to find the most profitable strategy
* Obtain the necessary s-tokens here on CrossCurve
* Deposit liquidity in a balanced way and earn additional income on Curve

<figure><img src="/files/CobjhNLia0vGPx2dk6Bd" alt=""><figcaption></figcaption></figure>

3. Follow the [step-by-step mini-guide](/user-documentation/liquidity-interface/liquidity-provision-use-cases/deposit/via-curve-balanced/adding-liquidity-to-pools-on-sonic.md).

### **Part II Withdrawing Liquidity** <a href="#part-ii-withdrawing-liquidity" id="part-ii-withdrawing-liquidity"></a>

1. After successfully connecting, in the **Choose pool** window, select the pool or asset you are interested in for working with liquidity.

<figure><img src="/files/Za1BUkP5YUye2BQzsMGB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YIb0UAEH5VbqtnmKQqiD" alt=""><figcaption></figcaption></figure>

2. Next, choose the withdrawal (**Withdraw**) operation and the **Balanced** option.

<figure><img src="/files/5mbfivDVRchtE27gSLin" alt=""><figcaption></figcaption></figure>

Proceeding further by clicking **Next**, a step-by-step mini-guide will appear:

* Check the liquidity pool on Curve to find the most profitable strategy
* Withdraw liquidity in a balanced manner and earn additional income on Curve
* Convert s-tokens into original assets in this window

<figure><img src="/files/Z0bymZUedvduNvYHNmU5" alt=""><figcaption></figcaption></figure>

3. Follow the [step-by-step mini-guide](/user-documentation/liquidity-interface/liquidity-provision-use-cases/curve-knowledge-database.md).


---

# 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.crosscurve.fi/user-documentation/liquidity-interface/via-curve-balanced.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.
