# Sell to Server

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.

<figure><img src="https://i.gyazo.com/91b8adf5731aebc7178e61bcab353a6a.png" alt="" width="375"><figcaption></figcaption></figure>

{% 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
}
$$
