> For the complete documentation index, see [llms.txt](https://whitepaper.crosstheages.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.crosstheages.com/guide/en/cta-portal/cards-trading/to-sell-a-card.md).

# To Sell a Card

## How to sell a card? <a href="#h_01h7z26maht9s622zcnz46k8j5" id="h_01h7z26maht9s622zcnz46k8j5"></a>

Before started, it's important to understand that only CTA assets in NFT format can be sold, such as **Eternal cards**. If your cards are not Eternal, here's the [article](/guide/en/tcg/crafting/to-transform-a-card-into-an-eternal-one-the-mint.md) explaining how to mint, or transform, a Flex card into an Eternal card.

To sell a card, log in to your account on the [CTA Portal](https://crosstheages.com/portal/). Navigate to your assets in "**My Assets**":

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

To sell multiple cards at once, click on the small button next to the filters:

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

Select all the cards you want to sell at once and at the same price, then click on "**List for Sale**" and enter the price. Note that your sale price includes marketplace fees. On the right, you have the final price, the public price. On the left, it's the amount you will receive if the sale is validated. Please note, **ALL** selected cards will be listed at the same price.

<figure><img src="/files/3XDa2CiX79BKcToGxfVH" alt=""><figcaption></figcaption></figure>

Pour vendre une seule carte, choisissez la carte parmi tout vos assets :&#x20;

<figure><img src="/files/8LZe0A8tLUb5Q6rmvtRk" alt=""><figcaption></figcaption></figure>

Then click on "**List for Sale**":

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

Enter the desired price and click on "**Validate**":

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

***

## FAQ <a href="#h_01h7z0yf4ejtaz9mp6rx3byjzd" id="h_01h7z0yf4ejtaz9mp6rx3byjzd"></a>

**1. If I sell a card that I use in my deck for playing, what happens?**

Your deck will become incomplete, and you will not be able to play it until you update it.

**2. I see there are fees when I sell a card, where do they come from?**

Indeed, a 5% fee applies on the CTA marketplace. 2% of these fees correspond to the IMX blockchain fees, and the remaining 3% are for Cross The Ages.


---

# 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://whitepaper.crosstheages.com/guide/en/cta-portal/cards-trading/to-sell-a-card.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.
