# Native Token Conversion

{% hint style="warning" %}
Examples are performed with BOB on Polygon. However, **the BOB pool is now a USDC pool on Polygon**. You can also follow the instructions to deposit BOB or ETH on Optimism.
{% endhint %}

You may want to withdraw BOB to a new address on Polygon or Optimism. To use this address immediately, it helps to have some native tokens sent along with BOB to cover any gas fees.

The native token conversion feature lets you convert 1, 5, or 10 BOB into native tokens (MATIC on Polygon, ETH on Optimism) during the withdrawal process.

## Token Conversion Withdrawal Process

Go to the Withdraw tab in the application and enter the amount you'd like to withdraw.

1. Toggle the switch to convert some BOB to ETH (or MATIC) on withdrawal.
2. Select the amount to convert. You can choose 1 BOB, 5 BOB, or 10 BOB if you are withdrawing enough to cover these amounts.
3. Enter the address you want to withdraw to. This can be a newly created address or any existing `0x` address.
4. Click Withdraw.

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

## Complete the Withdrawal

A popup with details will allow you to confirm and complete the transaction. Relayer fees (dynamic fees on Optimism, 0.1 fee on Polygon) are paid with BOB during the withdrawal process and you will not need to sign a transaction in any connected wallet. It may take a minute to create the proof and initiate the withdrawal from the zero knowledge pool.

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


---

# 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.zkbob.com/zkbob-app/withdrawals/native-token-conversion.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.
