# How to Sell

{% hint style="danger" %}
**Consumers should only buy crypto assets if they understand the risks involved and are prepared to lose all their money.**
{% endhint %}

{% hint style="danger" %}
**Consumers should not expect protection from the Financial Service Compensation Scheme (FSCS) or Financial Ombudsman Service (the ombudsman service) if something goes wrong.**
{% endhint %}

**We are not financial advisors and Crypto is extremely risky.** Before continuing please make sure you seek advice from your local financial advisor. Make sure you familiarise yourself with our [terms and conditions](/the-ioc-token/terms-and-conditions.md) too.

### How to Sell

{% hint style="info" %}
Make sure you only get contract addresses from legitimate sources. If you are unsure, please raise a ticket in Discord or reach out to <admin@intelligenceonchain.com>
{% endhint %}

{% hint style="success" %}
**Top Tip: Fight against MEV bots**\
To make your transactions private, more efficients and invisible to Maximum Extractable Value (MEV) bots, you can follow this step by step guide to update your Metamask. <https://dappradar.com/blog/protect-yourself-from-mev-bots-with-flashbots-rpc>
{% endhint %}

#### Step One

Make sure you have ETH Gas on the Ethereum Mainnet within your Web 3.0 Wallet. Always make sure you are using the legitimate Web 3.0 wallet of your choice.

To obtain ETH, head to one of the major exchanges allowed in your local jurisdiction to be able to exchange your assets for Ethereum.&#x20;

{% hint style="warning" %}
NEVER give out your seed phrase or private key
{% endhint %}

#### **Step Two**

With ETH in your Web 3.0 wallet **Copy the contract address below.** It is extremely important to copy the whole address and only this address.

Copy this ⬇️

➡️ 0xeD1DdC491A2c8b1f7D6e8933580a47E124EA38db ⬅️

{% hint style="info" %}
The above address is the ERC-20 token address for the $IOC Token. This may differ somewhat from the Liquidity Pool (LP) address but this address is all you will need.
{% endhint %}

#### Step Three

Head to the official Uniswap page. Once again, there are many clones of the Uniswap site and you need to make sure you have the right one. The link should always say this > <https://app.uniswap.org/swap>

{% embed url="<https://app.uniswap.org/swap>" %}

Now you should be able to see a screen that looks like this. This is found under the 'SWAP' tab at the top left of the Uniswap screen. Make sure you click on the arrow in the middle to swap the asstes over. ETH needs to be on the bottom

<figure><img src="/files/I3eoqGYRkHlo1VZ0Y57K" alt="" width="375"><figcaption><p>Click to expand</p></figcaption></figure>

#### Step Four

Click 'Select token' and within the search bar, paste the token address that you copied earlier in the process

{% hint style="info" %}
**Token Address:**\
0xeD1DdC491A2c8b1f7D6e8933580a47E124EA38db
{% endhint %}

<figure><img src="/files/BmvVoTTqELa96RSM2gQf" alt="" width="375"><figcaption></figcaption></figure>

Now select 'IOC Token'

<figure><img src="/files/RejsaGtFfjh7VkRCwTyV" alt="" width="375"><figcaption><p>Selecting the IOC Token</p></figcaption></figure>

At this moment in time your screen should look something like this, with the IOC token at the top and ETH at the bottom

<figure><img src="/files/GS8GRPtUTUthkLMd1GZD" alt="" width="358"><figcaption></figcaption></figure>

#### Step Five

Now you can enter the amount of IOC Token that you wish to trade for the ETH. Enter the amount of IOC Tokens that you would like to sell in the top box to see the amount of ETH that you should get once the trade happens. When there is low liquidity, there may be a % loss on top of the amount you're looking to trade to be careful.

{% hint style="danger" %}
Never risk any amount that you cannot afford to lose
{% endhint %}

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

Click 'Swap' followed by 'Confirm swap' if you are happy with the transaction. Congratulations, you have successfully traded your IOC Tokens for ETH.


---

# 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.intelligenceonchain.com/the-ioc-token/how-to-sell.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.
