# Search and Filter by View

## Overview

Two important aspects of the FIN trading experience is the search tool and the selected view which can be found on the top left corner of the FIN UI. As FIN grows and hundreds of token pairs are onboarded over time, it would be difficult for users to find specific pairs, see new activity, or conveniently browse through their favorites. As such, we have given users two handy tools to make the FIN experience better for users and partner protocols alike.

<figure><img src="/files/pnPONeSWAXvb6DteAYtE" alt=""><figcaption><p>Search or filter tokens by view</p></figcaption></figure>

&#x20;                                              &#x20;

## Search

On the top left of the FIN UI, a search bar allows users to enter tokens names. By entering a token name (or partial string) in the search bar, FIN will automatically filter out all unrelated pairs and only display token pairs containing that token. For example, entering 'nj' will bring up INJ/USK. Entering 'US' will bring up every [USK](/dapps-and-infrastructure/usk-stablecoin.md) token pair as well as every axlUSDC token pair listed on FIN. This is an effective way to randomly stumble into new token pairs or narrow down the search for a specific token pair. Typing in the search bar also automatically changes the view to 'All'.

## Filter by view&#x20;

In addition to the search bar, FIN allows an option to filter token pairs by view which is useful to look for featured, or other new or unexpected token pairs. There are 5 different views on FIN:

* Featured
* USK
* USDC
* Manta
* Ghost
* All
* :star:

### Featured

The Featured view is the default view when opening FIN and brings the greatest amount of attention to included token pairs. This view displays only featured FIN token pairs and filters all other pairs out from the FIN user interface. Featured pairs are noteworthy token pairs (main [KUJI](/tokenomics/kuji-token.md) pairs, USK collateral token pairs, popular assets, etc.) that the team or community expect to drive high volume.

### USK

The [USK ](/dapps-and-infrastructure/usk-stablecoin.md)view only displays FIN token pairs that contain USK.

### USDC

The USDC view only displays FIN token pairs that contain USDC.

### Manta

The Manta view only displays FIN token pairs that contain MNTA.

### Ghost

The Ghost view only displays FIN token pairs that contain xTOKENS.

<figure><img src="/files/sz1x2OzAIy7yYuaW8s58" alt=""><figcaption><p>Click on the ghost to navigate to <a href="/pages/dgM8R3UmrmvgVdcXtA5S">GHOST</a></p></figcaption></figure>

Clicking on the mini ghost next to these pairs will send you directly to [GHOST](/dapps-and-infrastructure/ghost-money-market.md) where you can manually lend or withdraw your tokens for these pairs.&#x20;

Ghost pairs track the accumulated lending interest on xTOKENS from GHOST lending over time.

### All

This view is an exhaustive list of all FIN token pairs and can be used to discover all available token pairs on FIN.&#x20;

### :star:

The favorites view contains all favorited token pairs by a specific user for quick and easy access. To add or remove pairs from this view, simply navigate to any token pair on FIN from some other view and click on the black star with a gray border to the left of the pair on the UI. Favorited pairs will be filled in with gray. &#x20;

<figure><img src="/files/amBLL4xbaPfyEtoqubDz" alt=""><figcaption><p>Kuji axlUSDC pair</p></figcaption></figure>

Furthermore, for every trading pair, simply click on the silver [BOW](/dapps-and-infrastructure/bow.md) or gold CALC circles to directly navigate to the corresponding BOW liquidity pool or CALC UI that allows users to dollar cost average (DCA) into or out of the trading pair. &#x20;


---

# 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.kujira.app/dapps-and-infrastructure/fin/how-to-use-fin/search-and-filter-by-view.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.
