> For the complete documentation index, see [llms.txt](https://wiki.apexcobblemon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.apexcobblemon.com/features/trading/sell-to-server.md).

# Sell to Server

{% columns %}
{% column width="58.333333333333336%" %}
Use `/sts` to quickly sell Pokémon to the server. Sales are available once every **10 minutes**, and each Pokémon’s payout is calculated based on its attributes. A Pokémon must have at least one qualifying attribute to be eligible for sale.
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/RqAtuUXvSacAfddtSRLy" alt=""><figcaption><p><em><code>/sts</code> menu</em></p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="50%" %}

<h2 align="center"><strong>Standard Attributes</strong></h2>

<table><thead><tr><th width="180" align="center">Attribute</th><th width="180" align="center">Value</th></tr></thead><tbody><tr><td align="center">Ultra Beast</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">7,500</td></tr><tr><td align="center">Exotic</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">5,000</td></tr><tr><td align="center">Shiny</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">5,000</td></tr><tr><td align="center">Hidden Ability</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">2,500</td></tr><tr><td align="center">XXS or XXXL</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">500</td></tr><tr><td align="center">Max IV Stat</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">400</td></tr></tbody></table>
{% endcolumn %}

{% column width="50%" %}

<h2 align="center"><strong>Legendary Attributes</strong></h2>

<table><thead><tr><th width="180" align="center">Attribute</th><th width="180" align="center">Value</th></tr></thead><tbody><tr><td align="center">Base Price</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">50,000 (min)<br><em>Varies</em> (max)</td></tr><tr><td align="center">Shiny</td><td align="center">+20%</td></tr><tr><td align="center">Exotic</td><td align="center">+30%</td></tr><tr><td align="center">Hidden Ability</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">2,500</td></tr><tr><td align="center">XXS or XXXL</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">500</td></tr><tr><td align="center">High IVs<br><em>66%+</em></td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">1,000 (min)<br>+50% (max)</td></tr><tr><td align="center">Battle Ready IVs<br><em>83%+</em></td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">2,000 (min)<br>+83.33% (max)</td></tr><tr><td align="center">Battle Perfect IVs<br><em>100%</em></td><td align="center"><img src="https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40" alt=":money~1:">3,000 (min)<br>+133.33% (max)</td></tr></tbody></table>
{% endcolumn %}
{% endcolumns %}

## Legendary Pricing

Legendary Pokémon have a **base price** tied to their estimated market value, ranging from ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)**50k** to ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)**420k**. Lower-value legends (around ![:money\~1:](https://cdn.discordapp.com/emojis/1460036347359269151.webp?size=40)**50k**) may receive a reduced IV tier multiplier, and some do not qualify for an IV tier multiplier at all - receiving a fixed bonus instead.

$$
{\footnotesize
Price = (BasePrice + FixedBonuses) \* (1 + ShinyMultiplier + ExoticMultiplier + IVMultiplier)
}
$$

The price of a Shiny HA Suicune (90% IV) would be calculated as follows:

$$
{\footnotesize
(142,500 + 2,500) \* (1 + 0.2 + 0.8\overline{3}) = 294,833
}
$$


---

# 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://wiki.apexcobblemon.com/features/trading/sell-to-server.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.
