Skip to content

Commit

Permalink
rework address section + enh
Browse files Browse the repository at this point in the history
  • Loading branch information
salmad3 committed Oct 30, 2024
1 parent bf89908 commit c250d64
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions pages/start/user-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To try connecting within the Sei App itself, visit [app.sei.io](https://app.sei.
</video>
</div>

### Dual Address Support
## Dual Address Support

Sei supports two wallet address types:

Expand All @@ -60,27 +60,25 @@ You can find your corresponding wallet addresses directly in the Sei app.

For more details on interoperability, explore our article [here](https://blog.sei.io/sei-v2-interoperability/).

## Linking Wallet Addresses
### How to Link Your Addresses

<Callout emoji="💡">
Many Sei apps require linked addresses for cross-VM functionality. It’s recommended for all users.
Linking addresses is recommended for all users to enable cross-VM functionality in many Sei apps.
</Callout>

To use Sei apps that leverage interoperability, you must link your Sei and EVM (0x) addresses. Each Sei address has a corresponding EVM address, and vice versa. This link is required the first time you use Sei.
To use interoperability features in Sei apps, you’ll need to link your Sei and EVM (0x) addresses. Each Sei address has a corresponding EVM address, derived from the same public key, and this link is required on your first use.

<Callout type="warning">
You cannot choose which addresses are linked.
Each Sei account has one specific Sei address and one specific EVM address, derived from the same public key.
Address linking is automatic—each Sei account is tied to a single Sei address and a single EVM address, both derived from the same public key.
</Callout>

### How to Link Your Addresses
Follow these steps to link your Sei and EVM addresses:

1. Navigate to [app.sei.io](https://app.sei.io) using your web browser.
2. On the Dashboard, look for the "Addresses" box.
3. Complete captcha, if required.
3. Click the "Link Addresses" button. This will prompt you to sign a message with your wallet - it's not a transaction,
and will not charge you any gas fees.
4. Once you have signed that message, your accounts will be linked.
1. Go to [app.sei.io](https://app.sei.io) in your browser.
2. In the Dashboard, locate the "Addresses" box.
3. Complete any required captcha.
4. Click "Link Addresses" to start the process. You’ll be prompted to sign a message with your wallet—this is not a transaction and incurs no gas fees.
5. Once signed, your Sei and EVM addresses will be linked.

<br/>

Expand All @@ -91,13 +89,13 @@ and will not charge you any gas fees.
</video>
</div>

For more details, check the [Linking Addresses guide](/user-guides/linking-addresses).
For more details, check the [Linking Addresses guide](/users/linking-addresses).

## View Your Address on Sei Trace
### How to View Your Address Pair

You can view your wallet address on Sei Trace to see your transactions and balances.
You can view your wallet address on any Sei blockchain explorer to see your transactions and balances.

Enter your Sei or EVM address below to view it on Sei Trace:
Enter your Sei or EVM address below to view it on SEITRACE:

<SeiTraceSearch />

Expand Down

0 comments on commit c250d64

Please sign in to comment.