# Setup EVM Atomictokenpeg Contract

Click on the `atomictokenpeg.sol` in the **FILE EXPLORERS** tab.

![](/files/-MezfKL9fioY3zFSsO6y)

Go to the **DEPLOY & RUN TRANSACTIONS** tab.

Change your account in Metamask to your tokenpeg contract account.

{% hint style="warning" %}
Make sure the last 4 digits of the account in Metamask match the Account entry in Metamask
{% endhint %}

Select the `atomictokenpeg.sol` from the **CONTRACT** dropdown.

![](/files/-MezfvDajgLjOjJcysBZ)

![](/files/-MezgJgrB9pj2isytYBG)

* `_OWNERS` put our Kylin testnet DSPs public keys

```
["0x7F9621340E9e0c7217706B5f3DB9b4B1c988de0b","0x046507D0CAe571C9433626768063C8bE7A13ADfd"]
```

* `_REQUIRED` - enter `1` for 1 DSP being required for the multisig

Should look like this:

![](/files/-MezgWcmnVmbwHq2zpwp)

Click transact and confirm, again making sure you are still using your tokenpeg account.

[Verify your contract if needed.](/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-less-than-greater-than-evm-non-fungible-tokens/evm-side-setup/verify-source-code.md)


---

# 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-non-fungible-tokens/evm-side-setup/setup-evm-atomictokenpeg-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.
