# Related Non-Permissioned Methods

## **Claim Fees**

This method is callable by any address. It transfers all accumulated protocol fees to the fee\_collector account. This operation does not affect the liquidity of the pool.

## **Claim Extra**

This method is callable by any address. It allows transferring the extra asset and Algo amounts from application or pool accounts to the fee\_collector account. This operation does not affect the liquidity of the pool. “extra amounts” are defined as amounts held in the pool account that are not part of the asset reserves, protocol fees or minimum balance requirement.


---

# 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.tinyman.org/permissioned-methods/related-non-permissioned-methods.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.
