# Setup EVM Token Contract

We're going to setup our token first, then we'll deploy the tokenpeg contract.

![](/files/-Ma0DV2h3QRQVgdgqumX)

Click `BEP20TokenImplementation.sol` then move to the deployment & run transactions tab.

![](/files/-Ma0DqreMMWjKSaTj6ok)

Now to use metamask we'll change the ENVIRONMENT dropdown to `Injected Web3`

![](/files/-Ma0E1o_KUUss0M5hWVG)

Make sure in metamask you have your token account selected and that it is connected, take note of the last 4 digits of your address and ensure under the `ACCOUNT` tab the same account is selected.

![](/files/-Ma0El-2oGGAnusMZB-r)

Your screen should look something like this, click `Deploy` to deploy and accept in Metamask

![](/files/-Ma0EviMXuUo5h781y_S)

In the console you should see the creation and if you click on the transaction you can copy and paste it into <https://testnet.bscscan.com/>

![](/files/-Ma0Fhb0zQcqwcH6DhcQ)

From here we can see that a contract was created, let's go there and save the contract's address.

![](/files/-Ma0FufaykMVWJlvkeU9)

In case you did not follow the steps exactly or the code changes you may need to verify the source code of the contract in order to more easily interact with it with Metamask. If so, [see here](/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-less-than-greater-than-evm/evm-side-setup/setup-evm-contracts/verify-and-publish-source-code-1/token-contract-and-overview.md), if not, let's keep going!

{% hint style="info" %}
If the verification process is giving you grief, no sweat, change the include paths for the BEP20TokenImplementation open zeppelin files and copy them into the same directory.
{% endhint %}

If you're here it means you have the green check

![](/files/-Ma0JUWzjjYhoJ1qKF7G)

Now we'll initialize the token contract and transfer ownership.


---

# 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.liquidapps.io/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-less-than-greater-than-evm/evm-side-setup/setup-evm-contracts/setup-evm-token-contract.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.
