# Quick Start

Get started with Khensu Fun in just a few minutes. This guide walks you through connecting your wallet, exploring tokens, and making your first trade.

## Prerequisites

Before you begin, you'll need:

* A Hathor-compatible wallet (we recommend the official Hathor mobile Wallet)
* Some HTR tokens for trading and fees
* At least **0.01 HTR** available for each transaction's network fee (fee-based token model)

## Step 1: Connect Your Wallet

1. Visit [khensu.fun](https://khensu.fun)
2. Click **Connect Wallet** in the top navigation
3. Select your wallet provider
4. Approve the connection request in your wallet

## Step 2: Explore the Platform

Once connected, you'll see the main discovery page with:

* **King of the Hill**: Token that stood out among the most recent
* **Featured Tokens**: Browse all available tokens
* **Filters**: Sort by last trade, creation date, or search for a specific token

## Step 3: Make Your First Trade

### Buying Tokens

1. Click on any token card to open its trading page
2. Enter the amount of HTR you want to spend
3. Review the **Price Impact** and **Expected Output**
4. Set your **Slippage Tolerance**
5. Click **Buy** and confirm in your wallet
6. Depending on the slippage, some tokens may be sent to your internal balance and withdrawn at the profile page

### Selling Tokens

1. Navigate to the token's trading page
2. Enter the amount of tokens you want to sell
3. Review the quote and click **Sell**
4. Confirm the transaction in your wallet

## Step 4: Check Your Profile

Visit your profile page to:

* See tokens you've created
* View your internal token balances
* **Withdraw any internal balances** (important—see [Profile & Withdrawals](/users/profile-portfolio.md))

## Next Steps

* Learn about the [Bonding Curve](/protocol/bonding-curve.md) pricing mechanism
* Discover how to [Create Your Own Token](/creators/token-creation.md)


---

# Agent Instructions: 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:

```
GET https://docs.khensu.fun/getting-started/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
