-
-
Published
Linked with GitHub
# Finding your Centrifuge account from your EVM address
Your EVM address will be 42 characters of the form `0xADDRADDRADDRADDRADDRADDRADDRADDRADDRADDR`.
To construct your Centrifuge account, append the 24 characters `00000000000007EF45564D00`. The final account ID will be 66 characters - `0xADDRADDRADDRADDRADDRADDRADDRADDRADDRADDR00000000000007EF45564D00`
Note that this is only for addresses which are native to the Centrifuge chain. For addresses which are bridged from other chains (or on our test networks), the suffix will be different. See the list of address suffixes below.
## Converting your account to an address
* Go to https://ss58.org/
* Set a custom prefix of `36` (or `136` for Altair & Algol)
* Paste your 66-character account ID
## Example
Starting with the Ethereum account `0x1234567812345678123456781234567812345678`
* Append the Centrifuge-native EVM account tag: `0x123456781234567812345678123456781234567800000000000007EF45564D00`
* Convert to SS58: `4bkciU1taBjbJeVJ3TeBLeqPTrResjpkEkNpTcQpiQZoLTxJ`
## Full list of chain suffixes
* Centrifuge: `00000000000007EF45564D00` (SS58 prefix `36`)
* Catalyst: `00000000000007F045564D00` (SS58 prefix `36`)
* Altair: `000000000000082845564D00` (SS58 prefix `136`)
* Algol: `000000000000082945564D00` (SS58 prefix `136`)
There will also be unique suffixes for bridged chains based on their EVM chain ID.