# Core Router

The main functions of the router are:

* **Liquidity Zap**
* **Swap**
* **Wrap**
* **Arbitrage**

## Liquidity Zap:

Liquidity Zap's allows the user to **directly** exchange Ethereum into LP tokens while saving GAS costs.

It's a quick and simple way to obtain new LP tokens. You won't be needing to go to UNISWAP or the pool to create them. It is all done through the interface on cvault.finance.&#x20;

Liquidity zap's can not be front run. It is the best way to purchase LP tokens and help the CORE ecosystem grow.

All CORE liquidity provider tokens are locked. You will not be able to exchange these tokens for their underlying assets. LP tokens allow you to participate in the LP farming pool, and obtain rewards.

## Swap:

Swaps allow you direct access to all supported CORE pair contracts (coming soon)

## Wrap:

This feature allows you to wrap/unwrap your token to ERC95.&#x20;

Currently you can wrap and unwrap wBTC to cBTC:

cBTC is a wrapped version of wBTC. You can wrap and unwrap between them at will. Always 1:1, and without any fees.

## Arbitrage:

The Arbitrage tab displays the Number of strategies in the contract and allows you to visualize them by adding them to the watch list.

Users are encouraged to add new strategies to the Arbitrage contract. You can do so by clicking the "Add new strategy" button and following the instructions of the Strategy Setup Wizard.

![](/files/-MN44T5GO-VHmy1N-PTZ)


---

# Agent Instructions: 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:

```
GET https://help.cvault.finance/products/core-router.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
