# Launch Features

Our first product is an Automated Market Maker using the single token liquidity pool design. &#x20;

**Bonding**&#x20;

* Purchase discounted vUNIT in exchange for stabelcoins, and LP tokens

**Stakeing**<br>

* Stake your vUNIT for yield&#x20;

#### Swapping&#x20;

* Trade between any ERC20 token listed on our platform.&#x20;
* Exchanging Token A with Token B always works by swapping Token A to vUNIT and then from vUNIT to Token B. &#x20;

#### Providing Liquidity&#x20;

* Deposit tokens to a liquidity pool, receive your share of the pools reserve in the form of LP tokens. You only need to deposit one kind of token.&#x20;
* Start earning trading fee rewards for pool activity.&#x20;

#### Removing Liquidity&#x20;

* Redeem your pro-rata fee rewards by withdrawing/burning your LP tokens.&#x20;

#### Official Pools&#x20;

* Official pools have been approved by the DAO.&#x20;
* Tokens are deposited into a virtual pair with vUNIT.

#### Trustless Listing Pools&#x20;

* Permissionless listing of new tokens&#x20;
* vUNIT balance cannot go below 0. (User protection feature).

**Futures**

* Lock up project tokens in a smart contract until maturity date
* Receive Futures tokens that function as a 1:1 synthetic token representing project token
* Once maturity date is reached, burn futures tokens for project tokens

#### MonoX Future Features/Products:

Borrowing and Lending - TBD

Derivatives - TBD<br>


---

# 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://docs.monox.finance/our-project/launch-features.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.
