diff --git a/discover/wallets-and-ocean-tokens.md b/discover/wallets-and-ocean-tokens.md
index 291e67d5..82c98714 100644
--- a/discover/wallets-and-ocean-tokens.md
+++ b/discover/wallets-and-ocean-tokens.md
@@ -12,7 +12,7 @@ If you don't see any Ocean Tokens in your crypto wallet software (e.g. MetaMask
Almost all ERC-20 wallets require these values for adding a custom token:
-
Network name | Contract Address | Symbol | Decimals |
---|
Mainnet | 0x967da4048cD07aB37855c090aAF366e4ce1b9F48 | OCEAN | 18 |
Polygon (ex Matic) | 0x282d8efCe846A88B159800bd4130ad77443Fa1A1 | mOCEAN | 18 |
BSC Binance Smart Chain | 0xdce07662ca8ebc241316a15b611c89711414dd1a | OCEAN | 18 |
Görli | 0xCfDdA22C9837aE76E0faA845354f33C62E03653a | OCEAN | 18 |
Mumbai | 0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8 | OCEAN | 18 |
+Network name | Contract Address | Symbol | Decimals |
---|
Mainnet | 0x967da4048cD07aB37855c090aAF366e4ce1b9F48 | OCEAN | 18 |
Polygon (ex Matic) | 0x282d8efCe846A88B159800bd4130ad77443Fa1A1 | mOCEAN | 18 |
BSC Binance Smart Chain | 0xdce07662ca8ebc241316a15b611c89711414dd1a | OCEAN | 18 |
Görli | 0xCfDdA22C9837aE76E0faA845354f33C62E03653a | OCEAN | 18 |
Mumbai | 0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8 | OCEAN | 18 |
The [OCEAN Token page](https://oceanprotocol.com/token) at oceanprotocol.com has further details.
@@ -20,11 +20,15 @@ The [OCEAN Token page](https://oceanprotocol.com/token) at oceanprotocol.com has
1. Make sure MetaMask is connected to the Ethereum Mainnet.
2. Select the account you want to manage.
-3. Scroll down until the `Add Token` link is visible, then click on it.
-4. Click on `Custom Token`.
+3. Scroll down until the `Import Tokens` link is visible, then click on it.
+4. Click on `Custom Tokens`.
5. Paste the Ocean Token contract address listed above into the _Token Contract Address_ field. The other two fields should auto-fill. If not, add `OCEAN` for the symbol and `18` for the precision.
-6. Click `Next`.
-7. Click `Add Tokens`.
+6. Click `Add custom token`.
+7. Click `Import Tokens`.
+
+If you prefer visual demonstrations, we have prepared a visual demo that illustrates the steps mentioned above.
+
+{% @arcade/embed flowId="yHiKKN336QGdAkhTlsIh" url="https://app.arcade.software/share/yHiKKN336QGdAkhTlsIh" %}
MetaMask should now show your Ocean Token (OCEAN) balance, and when you're looking at that, there should be a `Send` button to send Ocean Tokens to others. For help with that, see [the MetaMask docs about how to send tokens](https://metamask.zendesk.com/hc/en-us/articles/360015488931-How-to-Send-Tokens).