> For the complete documentation index, see [llms.txt](https://docs.optimex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optimex.com/optimex-revolutionizing-bitcoin-finance/optimex-swap/user-guide/confirm-and-sign.md).

# Confirm and Sign

Once you have confirmed all the swap details on the Optimex platform UI, the final steps are to authenticate the swap and sign-off the transfer on your Web3 wallet:

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

* Authenticate Swap request: Your connected base wallet UI will prompt you with a signature request. This signature is to authenticate the swap with specific swap details you saw earlier in the previous screen. No fund nor asset is moved with this signature.
* Token approval (applicable for ERC-20 token): If your base asset is an ERC-20 token (e.g., USDC, USDT or WBTC on Ethereum), your base wallet UI may prompt you to grant approval. This is a common practice for DeFi platforms dealing with  ERC-20 tokens.&#x20;
* Confirm swap: Finally, the base wallet UI will request your signature to transfer the indicated amount of base asset to Optimex Vault associated with the Swap. This transfer officially puts the Swap in progress. The next parts are on Optimex’s Solver and PMM to handle.


---

# 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.optimex.com/optimex-revolutionizing-bitcoin-finance/optimex-swap/user-guide/confirm-and-sign.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.
