> For the complete documentation index, see [llms.txt](https://pangeaswap.gitbook.io/pangeaswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pangeaswap.gitbook.io/pangeaswap/en/guide/faq.md).

# FAQ

### Q.**What does it mean to ‘approve’?**

A. Each protocol function runs on the smart contract. In order for the smart contract to access users’ tokens in their wallets, it needs validation from the users authorizing the access. To ‘approve’ in this context means for users to allow the smart contract to have access to their wallets. Note that this is a one-time requirement for each function or token type.

For instance, if you make the initial request to swap USDT into DAI, you are required to conduct the ‘Approve’ transaction, allowing the Pangea Swap contract to access USDT. After the initial one-time approval, no further authorization is needed for future swaps.

### **Q. What does it mean to 'Non-verified'?**

A. Considering that the Pangea Swap supports all ERC20 tokens, malicious scam tokens that only have the same token image or token ticker can be registered in the Pangea Swap. To prevent this confusion, the Pangea Swap classifies tokens according to the following criteria.

* **Verified Token**
  * Major bridge tokens from other blockchain
  * Klaytn major project's tokens
  * New tokens from partnership
* **Non-Verified**
  * The other tokens&#x20;

Liquidity pool is also classified according to the following criteria.

* **Verified Pool**
  * Two tokens in liquidity pool are verified tokens
* **Non-Verified**
  * one of tokens in liquidity pool is non-verified token.

![Example: Non-verified pool](/files/uJhsRdr9OXtnbFWFmS68)

If tokens or pools are misclassified, please fill [this form](https://go.pangeaswap.com/3W1xqPw) so that we can attempt to resolve it.

### **Q. What happens if the current token price leaves the price range I’ve set when adding liquidity?**

A. In this case, your liquidity would not be used for the swaps. Therefore, you cannot receive the swap fees and STONE reward generated during the out-of-scope period. To get the swap fee and rewards, you need to remove the LP position, re-set the price range to include the current price, and add liquidity again.

### **Q. Will the swap fee automatically be re-deposited?**

A. Typical to the characteristics of concentrated liquidity pools, swap fees are not automatically re-deposited; they are handled and managed separately. Therefore, you can check how much swap fee yields you have generated for each LP position and choose to claim it.


---

# 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://pangeaswap.gitbook.io/pangeaswap/en/guide/faq.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.
