Link Ethereum address

After you accrue TZL rewards you can receive your TZL tokens on any Ethereum address. To receive them you should link an Ethereum address. You can do it at any time. No accrued TZL will be lost.

How to sign?

{{ timestamp }}

Your signature has been verified and saved: it is valid and can't be changed or updated. You provided a valid proof of ownership and the Tezos address (a/k/a Tezos public key hash) {{ tzl_pkh }} is now permanently linked to the Ethereum address {{ eth_addr }}.

Next steps

Track TZL airdrops and meet other TZL traders

Verify your Tezos address

How to sign

To link an Ethereum address you must sign it with your Tezos private key. You won't be able to change it, we suggest to use a brand new Ethereum address. Your signature will be public. To link an Ethereum address use LibreBox (beginners) or fill this form and click the 'Sign' button.

Beginner: launch LibreBox ('Wallet' link in the navigation menu), restore your KYC-Tezos address, then click on the 'Link Ethereum address' button.

Intermediate: if your KYC-Tezos wallet allows you to sign messages, you can generate the signature passing it your Ethereum address string. Otherwise you can generate your own signature and public key with our web tool: download the HTML file, open it and follow the instructions.

Advanced: generate a signature with tezos-client:
$ tezos-client sign bytes [blake32(eth_address)] for [tz1_address]
Alternatively you can generate your own Ed25519 signature or clone one of our repos ( command line tools or web tool).