# Permit2 Amplifier

A new tech update from **Uniswap,** [**Permit2**](https://docs.uniswap.org/contracts/permit2/overview)**,** allows for token approvals to be shared and managed across different applications, creating a more unified, cost-efficient, and safer UX.

#### Without Permit2

When a user needs to perform trading actions with ERC-20 tokens, they need to send a transaction first to authorize the protocol to access a certain amount of the user's tokens. Additionally, it is common to use 'approve max', which could potentially carry risks in blockchain.

#### With Permit2

The user only needs to authorize the transaction once to Permit2 contract. Then, when using an integrated protocol, the token can be used with only a signature within a certain time limit. Now that Uniswap has integrated this mechanism, the user experience has become more seamless and safer. However, any new protocol still requires a new signature, and the number of protocols that use Permit2 is still limited.

### Protocolink + Permit2 ✨

By combining Protocolink with Permit2 it will greatly improve the user experience and safety. This is achieved through only requiring one signature (also time-limited), and directly using the token to any contract. In addition, Protocolink does not retain user assets, further enhancing the experience of using the wallet.


---

# 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.protocolink.com/use-cases/permit2-amplifier.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.
