> 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/how-to-use-fin.md).

# How to Use FIN

## Overview

FIN is a next generation central limit order book (CLOB) decentralized exchange (DEX) meant to replicate the seamless experience of trading on a centralized exchange using blockchain technology. Between the BOW/BLUE swap UI and FIN, Kujira endeavors to make token trading accessible to everyone. Fair fees are charged on every trade and dispersed to KUJI stakers. Furthermore, KUJI stakers can participate in public governance to shape FIN token listings. Finally, FIN's liquidity is backed by BOW, its powerful liquidity engine.&#x20;

## FIN trading pair notation

Here is a basic primer on FIN trading pair notation. FIN pairs are generally denoted Asset A / Asset B (i.e. ATOM/USK). These pairs are made up of base assets A (ATOM) and quote assets B (USK). The trading pair tracks the price of asset A in asset B i.e. the price of A divided by the price of B. Even if the price of A goes up, if the price of, the quote asset, B goes up more, the trading pair exchange rate will actually decrease. The simplest pairs to understand usually have a stablecoin such as USK or axlUSDC as the quote asset since any changes in the trading pair exchange rate will generally track very closely with changes in the price of the base asset as the quote asset price remains stable over time.

## FIN trading experience

The FIN trading experience can be broken down into a few main aspects:

* [Search and filter by view](/dapps-and-infrastructure/fin/how-to-use-fin/search-and-filter-by-view.md)
* [Price chart and charting tools](/dapps-and-infrastructure/fin/how-to-use-fin/price-chart-and-charting-tools.md)
* [Orderbook status and recent trades](/dapps-and-infrastructure/fin/how-to-use-fin/orderbook-status-and-recent-trades.md)
* [Personal order activity ](/dapps-and-infrastructure/fin/how-to-use-fin/personal-order-activity.md)
* [Spot and margin trade UI ](/dapps-and-infrastructure/fin/how-to-use-fin/spot-and-margin-trade-ui.md)


---

# 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/how-to-use-fin.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.
