> For the complete documentation index, see [llms.txt](https://docs.liquidapps.io/liquidapps-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# Setup EVM Atomictokenpeg Contract

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

![](https://4003270724-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTfSc9O76OFJpqcb3QC%2F-Mezes9ABfjypxdRGyfl%2F-MezfKL9fioY3zFSsO6y%2F1.png?alt=media\&token=fe564dd5-d27d-4519-9eb8-ffbbaf913522)

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.

![](https://4003270724-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTfSc9O76OFJpqcb3QC%2F-MezfU3oCqdUJlphXfZr%2F-MezfvDajgLjOjJcysBZ%2Fcon%20tract.png?alt=media\&token=8da65e71-88f7-4343-a40f-dee45f7c7f89)

![](https://4003270724-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTfSc9O76OFJpqcb3QC%2F-MezfU3oCqdUJlphXfZr%2F-MezgJgrB9pj2isytYBG%2F2.png?alt=media\&token=bbbb617f-453d-415d-be8d-710e8282e4ce)

* `_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:

![](https://4003270724-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTfSc9O76OFJpqcb3QC%2F-MezfU3oCqdUJlphXfZr%2F-MezgWcmnVmbwHq2zpwp%2F3.png?alt=media\&token=ae8ae3f1-c70d-4b12-8d28-7e413d03b6a7)

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)
