Wallets

Setting up a Safe multi-sig wallet

Originally developed by Gnosis, Safe has become the gold standard for multi-signature wallets in the Web3 space. Its primary function is to secure your assets through multi-signature functionality, meaning that no single key can compromise your funds.

Safe was deployed and maintained by the Protofire team. Setup a Safe wallet on Xai here.

Supporting Xai Mainnet in Your Wallet

Check out this guide to get an overview of everything you need to know to properly support Xai Mainnet within your wallet.

Connecting to Xai Mainnet

Xai Mainnet is designed to be EVM equivalent(opens in a new tab) and supports all of the same tooling as Ethereum. You can use your favorite Ethereum libraries and tools to work with Xai Mainnet. Head over to the Connect your wallet to Xai page for network connection details and check out the RPC Providers page for an updated list of RPC providers that support Xai Mainnet. If you need to run your own Xai Mainnet node, head over to the Node Operator guide.

Native Gas Token (XAI)

Xai Mainnet uses XAI as its native gas token. Transactions are paid for in XAI and account balances are denominated in XAI.

Transaction Fees

Xai Mainnet charges the standard gas fee for transactions for an Arbitrum Orbit chain. You can read more about how gas fees work on an Orbit chain here.

Smart Contracts

Smart contracts on Xai Mainnet function the same way they do on Ethereum. You can use your favorite Ethereum libraries and tools to interact with smart contracts on Xai Mainnet.

Token Addresses

The ERC-20 contract address for a token on Xai Mainnet may differ from the address for the same token on Ethereum. Addresses for many common tokens will differ between Xai Mainnet and Ethereum. Make sure to reference the Bridged Token Addresses to confirm that you are using the correct token addresses in your application.

Bridging ETH and ERC-20s

You may need to transfer ETH or ERC-20 tokens between Xai Mainnet and Arbitrum ArbOne. This is a useful feature for users who want to move tokens between the two networks. Refer to the Bridging Xai to Mainnet guides for more information about how to bridge ETH and ERC-20 tokens between Xai Mainnet and Arbitrum ArbOne.

Last updated