> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/dapps-and-infrastructure/fin/product-guides/how-to-sell-atom-for-usk.md).

# How to Sell ATOM for USK

* Navigate to [fin.kujira.app](https://fin.kujira.app/)
* Connect on the top right to your Keplr or Sonar wallet by clicking the connect wallet button and selecting the corresponding wallet (Keplr or Sonar)
* Select the pair in the list that says ATOM/USK (you may need to click the “All” tab below the Search Bar to show the pair)

<figure><img src="https://lh3.googleusercontent.com/RRLJi9iz-viRUu0Jg7fjUVhwtgJZJ8dOV_AcuinI9GAp8gJcDQZkBPT5AdKxH-e_MsbqPQh5KOS-IC0pEdo-F286ssxzTozZxa82EjACQtQhmckE8cR5bA9juHmgiNIAQ-GxM7GZo3MEq3iTgIdK0tc" alt=""><figcaption></figcaption></figure>

* Next navigate down to the bottom right below where it says ‘Spot’ and select either Market or Limit:

* Market Sell

  * For a market sell, enter the amount of ATOM you would like to sell to convert to USK in the box that says ‘ATOM’ (or select one of the listed percentages to automatically select converting that percentage of your total available amount of ATOM)

  <figure><img src="https://lh5.googleusercontent.com/h_PYyoI64eJmiEjXliyBPF79-uRBvy1LuQsWRH7g9SRudcFrKlSTRNRTiqscBRsEhwhPxvemqbOE7t_KnPF1T1F8cr1hAyl4ELE3-IQtlIoZEPTUEwdqrT_lBojraDuTHjbZSs_mdBc1cc-B8UVjU0I" alt=""><figcaption></figcaption></figure>

  * Click the red SELL ATOM button and pay gas fees to finish.

* Limit Sell

  * For a limit sell, in the top right box under Spot, enter the price in USK that you’d be willing to spend per ATOM. Your order will only execute if ATOM reaches this price while your order is active.
  * Below that enter the amount of ATOM that you would like to sell to convert to USK (or select one of the listed percentages to automatically select converting that percentage of your total available amount of ATOM).

  <figure><img src="https://lh5.googleusercontent.com/KlI0wCbxUBk6Tzgr2WkCQZRsiKUBerAry5CNBubaipwhfcOR-3tCkyfR5PmWgjVzu45LLDkaUUXKfCGBkguACCBzHtw5WtNnwNm4oifSZTM06wtJPVFtbbytSsB-jQIB3jSXLnK67Dvn-wqvlhIeRD0" alt=""><figcaption></figcaption></figure>

  * Click the red SELL ATOM button and pay gas fees to finish.


---

# 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://docs.kujira.app/dapps-and-infrastructure/fin/product-guides/how-to-sell-atom-for-usk.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.
