> For the complete documentation index, see [llms.txt](https://docs.creditcoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoin.org/dex/general/what-is-an-approval-transaction.md).

# What is an approval transaction

## Transaction history signature request

The first time you connect your wallet, you will be prompted to sign a message allowing you to view the transaction history for your specific wallet. This is done for security purposes and will not cost you any gas fees, nor does it allow Penguinswap to use any of your tokens.

<figure><img src="/files/83WnGitavcixn99lInpK" alt="" width="375"><figcaption></figcaption></figure>

Note: The approval is valid for almost a year, so practically speaking, it shouldn't be something that comes up too frequently outside of getting started.&#x20;

## Token Approval

Any token that you use for the first time on Penguinswap (and other dApps) will need to get approval via signature from your wallet.&#x20;

To do so, select the tokens you want to swap using our Penguinswap Web App.<br>

<figure><img src="/files/wMS13pAmt7nAhiMVU3lh" alt="" width="374"><figcaption></figcaption></figure>

Next, you will be asked to confirm your swap:

<figure><img src="/files/HS7zPOS3klabCv1itSfK" alt=""><figcaption></figcaption></figure>

You will then be prompted to set a spending cap for the token. Please ensure to set a limit above the amount you wish to spend on your swap, accounting for some small fees. The approval amount in CreditWallet is set to "Unlimited". Then tap on approve.<br>

<figure><img src="/files/LHrjXKET3OcZ1z7sAUf4" alt="" width="375"><figcaption></figcaption></figure>

Subsequently, you will then be able to proceed with the swap normally once that has been done. You should only have to do this once by token.

Note that no approval is needed for Creditcoin's native currency, CTC—and that your token approval lasts until token limit is reached or until permission is revoked.


---

# 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.creditcoin.org/dex/general/what-is-an-approval-transaction.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.
