# Auto Confirmation

Auto confirmation (also called auto-approve or auto-sign) allows you to approve transactions without manually confirming each one in your wallet. This is especially useful for active trading on Aftermath Perpetuals, where speed matters.

Auto confirmation is not yet natively supported on Sui at the protocol level. However, the following options support auto confirmation:

* [zkLogin](/getting-started/auto-confirmation/zklogin.md) - Auto-confirm is built in. No setup needed.
* [Nightly Wallet](/getting-started/auto-confirmation/nightly-wallet.md) - Built-in auto-approve toggle
* [Backpack Wallet](/getting-started/auto-confirmation/backpack-wallet.md) - Auto-approve via settings

Select your wallet or login method below to see details.


---

# 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.aftermath.finance/getting-started/auto-confirmation.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.
