> For the complete documentation index, see [llms.txt](https://documents.geb.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.geb.network/use/bridge/transfer-evm-less-than-greater-than-wasm.md).

# Transfer(EVM<-->Wasm)

{% hint style="warning" %}
$GEB and $BEVM are the governance tokens on EVM and WASM chains, respectively. Essentially, they are the same coin and can be exchanged at a 1:1 ratio.When you complete a transfer between EVM and WASM, the conversion happens automatically.
{% endhint %}

## [Transfer from EVM to Wasm](https://wallet.bevm.io/?rpc=wss%3A%2F%2Frpc-mainnet-1.bevm.io%2Fws#/bridge/EVMToWasm)

Connect your EVM account that you want to transfer to your WASM address as "EVM address," and choose your WASM account as "to account."

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

## [Transfer from Wasm to EVM](https://wallet.bevm.io/?rpc=wss%3A%2F%2Frpc-mainnet-1.bevm.io%2Fws#/bridge)

Choose your WASM account that you want to transfer to your EVM address as "using the selected account," and input your EVM address into "to EVM address."

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

## How to use BEVM on Wasm?

{% content-ref url="/pages/j8loy5JFKzeapin5A5zm" %}
[Earn $BTC](/use/earn-usdbtc.md)
{% endcontent-ref %}

{% content-ref url="/pages/XZq04Aa1f5CVTHtw3muw" %}
[Stake GEB on Agere](/use/earn-usdgeb/stake-geb-on-agere.md)
{% endcontent-ref %}


---

# 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://documents.geb.network/use/bridge/transfer-evm-less-than-greater-than-wasm.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.
