> 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-buy-kuji-using-axlusdc.md).

# How to Buy KUJI Using axlUSDC

* Navigate to [fin.kujira.ap](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 first pair in the list: it says KUJI / axlUSDC

<figure><img src="https://lh5.googleusercontent.com/PC20fBsrmQrO-Mj2QAzbHXPP2Ub586uP6UCMht4PheCmuHg6dXeWdJDSD16WA0YL7lmueZ1tXgDF6sYoeE0bQuKyqpyV3Uo3wO1PRliLPCVJ9U1LXzBvZ8QxMvI78TiGi1V4hCQreztyKuX9qXotv9A" alt=""><figcaption></figcaption></figure>

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

  * For a market buy, enter the amount of axlUSDC you would like to spend on buying KUJI in the box that says ‘axlUSDC’ (or select one of the listed percentages to automatically select converting that percentage of your total available amount of axlUSDC)

  <figure><img src="https://lh4.googleusercontent.com/Rf8SXUcbW1zgPMLqRR0ZxT5y4bQDsDHqzVvOkt0XfjBRtDI-BWevLXs7j7UbdownYJfZM9VHRb1BvEsVLxCMr-zd2lB1tHfRb8evoh7IRpWDZat1L1zuOA12zPZDgTdfrI_OgRargH_wOOUMO5H4iQc" alt=""><figcaption></figcaption></figure>

  * Click the green BUY KUJI button and pay gas fees to finish
* Limit Buy

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

  <figure><img src="https://lh5.googleusercontent.com/_sc-gHFJ5FSSGRDL9K1doSuAoQ_iLtNJ5_w7kx6d7FnbcUdK_9ps9QhwfVEkrhdmkJ558eb8vo-HHQHO67DS9V_rL5qF-ogAjI-3LVOCJPkrWPSusDquQEYVoDUCP6Ht-otTBwGcQJ-WJxtIPj4vkFs" alt=""><figcaption></figcaption></figure>

  * Click the green BUY KUJI 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-buy-kuji-using-axlusdc.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.
