# Placing an order

When visiting[ Aspis OTC exchange](https://exchange.aspis.finance/) you will see the next screen (below) offering you to choose whether you want to explore existing orders or create a new order. Choose to Create a new order.

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

{% hint style="info" %}
Please note that this is a fully decentralized trustless exchange. When you're placing an order, you're sending tokens in the amount you want to sell to the smart contract. That means that you'll not be able to access the funds you're trying to sell until someone will fill the order or you will cancel it.
{% endhint %}

Then you will need to fill in the details of the order you want to place:

* The currency you want to sell: Here you need to put the contract address of the token you want to sell (You can find more info on how to do so below in the example description)
* Amount of tokens for sale: How many tokens do you want to sell
* Desired currency: Here you need to put the contract address of the token (or ETH) you want to get in exchange for a token you're selling
* Amount of desired currency to get in total: Total amount of desired currency you want to get in exchange for a token you're selling

<figure><img src="/files/Yhbzs0VzXLnxFxeE0A1b" alt=""><figcaption><p>Order example</p></figcaption></figure>

{% hint style="info" %}
Please note that you're not able to sell your LP tokens of the private fund because we have restricted transfers of private fund's LPs so they will not be in the hands of people outside of the "[Allowlisted wallets for deposit](broken://pages/CYBZhPmz3IlCl6N4RiSE)"
{% endhint %}

## Example of the order placement process

Let's try to show how to place an order in the example below. In this example, I want to sell my LP\_Example tokens which I've got after [making a deposit](/for-investors-and-vault-members/choosing-suitable-vault-for-deposit/deposit.md) into the Example Vault. Here is an [instruction on how to add a token to Metamask](/for-investors-and-vault-members/add-lp-token-in-metamask.md). Then I need to open my Metamask and find the token I've added and click on it.

<figure><img src="/files/9eJVvVd4LMy7HNpYSuxr" alt=""><figcaption><p>Find token in Metamask, click on 3 dots on the right and go to Etherscan</p></figcaption></figure>

Here I can copy my token address.

<figure><img src="/files/7TZzxer9aNQcBkPQOBsN" alt=""><figcaption><p>Copy token address</p></figcaption></figure>

Go to Aspis OTC Exchange, connect your wallet to the exchange, and paste this token in the field: "Currency for sale". Choose Example Vault. Fill in other parameters, explained above.

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

Then click approve and Create an order. That's all, your order has been created.

{% hint style="info" %}
You will not be able to sell Private Fund's LP here, since we've restricted transferring of the tokens of the private Vaults. You will only be able to burn them.
{% endhint %}


---

# 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://info.aspis.finance/features-description/will-be-available-soon/buy-and-sell-vault-lp-tokens-on-aspis-otc/placing-an-order.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.
