> For the complete documentation index, see [llms.txt](https://academy.kryptomon.co/the-kryptomon-academy-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.kryptomon.co/the-kryptomon-academy-1/getting-started/beginning-your-kmon-journey/buying-selling-kryptomon.md).

# Buying/Selling Kryptomon

The [marketplace](https://market.kryptomon.co/) is a platform where users can buy and sell Kryptomon. However, the marketplace only accepts KMON, the native cryptocurrency of the Kryptomon ecosystem, as the medium of exchange. This means that trainers must acquire KMON first before they can participate in the buying and selling of Kryptomon. The use of KMON as the sole currency within the marketplace ensures a streamlined and efficient transaction process, with minimal transaction fees and delays.&#x20;

### **Buying A Kryptomon**&#x20;

Once you have found the Kryptomon you like, you can purchase it with KMON! \
\
1\. Here for our example is a Water Kryptomon Listed for 2,000 KMON or about 20$&#x20;

<figure><img src="/files/9nSzxk9d7BrOlNnSGtXS" alt=""><figcaption></figcaption></figure>

2. For First time buyers, you may need to authorize the purchase on the website and set a spending limit (costs around .1$ in gas fees)

<figure><img src="/files/685k3t2HbBSH5uQiY4iB" alt=""><figcaption></figcaption></figure>

3. Once authorized you can proceed with the transaction and upon blockchain approval the Kryptomon will be yours!&#x20;

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

### Selling A Kryptomon

In order to sell a Kryptomon, you will need to begin by viewing the Kryptomon under the "My Assets" tab in the marketplace.&#x20;

1. Click Sell&#x20;

<figure><img src="/files/0iL3Ad0sfnWUqW7oZHnn" alt=""><figcaption></figcaption></figure>

2. Set an expiration date and price for the Kryptomon (Price will be set in $ and automatically converted and listed in KMON)&#x20;

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

3. Confirm the Price

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

4. Pay the gas fees for listing (there is no marketplace fee to list/delist Kryptomon)&#x20;

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

5. Confirm the listing with your notifications tab!&#x20;

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


---

# 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://academy.kryptomon.co/the-kryptomon-academy-1/getting-started/beginning-your-kmon-journey/buying-selling-kryptomon.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.
