1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 07:45:40 +01:00
docs/discover/wallets-and-ocean.md

98 lines
3.2 KiB
Markdown
Raw Normal View History

2019-03-18 14:14:40 +01:00
---
description: >-
2023-10-19 14:54:19 +02:00
How to use a crypto wallet to check your OCEAN balance and send OCEAN
Tokens to others
2019-03-18 14:14:40 +01:00
---
2023-10-19 14:54:19 +02:00
# Manage Your OCEAN
2023-10-19 14:54:19 +02:00
If you don't see any OCEAN in your crypto wallet software 🔎 (e.g. MetaMask or MyEtherWallet), don't worry! It might not know how to manage OCEAN yet.
2019-03-18 14:14:40 +01:00
### Token Information
2020-08-21 12:20:06 +02:00
2020-08-21 11:50:00 +02:00
Almost all ERC-20 wallets require these values for adding a custom token:
2019-03-18 14:14:40 +01:00
<table data-full-width="false">
<thead>
<tr>
<th width="161">Network name</th>
<th width="444">Contract Address</th>
<th width="105">Symbol</th>
<th>Decimals</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Mainnet</strong></td>
<td>0x967da4048cD07aB37855c090aAF366e4ce1b9F48</td>
<td>OCEAN</td>
<td>18</td>
</tr>
<tr>
<td><strong>Polygon</strong><br><strong>(ex Matic)</strong></td>
<td>0x282d8efCe846A88B159800bd4130ad77443Fa1A1</td>
<td>mOCEAN</td>
<td>18</td>
</tr>
<tr>
<td><strong>BNB</strong><br><strong>BNB Smart Chain</strong></td>
<td>0xdce07662ca8ebc241316a15b611c89711414dd1a</td>
<td>OCEAN</td>
<td>18</td>
</tr>
<tr>
<td><strong>Görli</strong></td>
<td>0xCfDdA22C9837aE76E0faA845354f33C62E03653a</td>
<td>OCEAN</td>
<td>18</td>
</tr>
<tr>
<td><strong>Mumbai</strong></td>
<td>0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8</td>
<td>OCEAN</td>
<td>18</td>
</tr>
<tr>
<td><strong>Sepolia</strong></td>
<td>0x1B083D8584dd3e6Ff37d04a6e7e82b5F622f3985</td>
<td>OCEAN</td>
<td>18</td>
</tr>
<tr>
<td><strong>Oasis Sapphire</strong></td>
<td>0x39d22B78A7651A76Ffbde2aaAB5FD92666Aca520</td>
<td>OCEAN</td>
<td>18</td>
</tr>
<tr>
<td><strong>Oasis Sapphire Testnet</strong></td>
<td>0x973e69303259B0c2543a38665122b773D28405fB</td>
<td>OCEAN</td>
<td>18</td>
</tr>
</tbody>
</table>
2021-08-06 13:30:52 +02:00
2023-10-19 14:54:19 +02:00
The [token page](https://oceanprotocol.com/token) at oceanprotocol.com has further details.
2019-06-28 15:38:31 +02:00
### MetaMask
2019-03-18 14:14:40 +01:00
2020-08-21 11:50:00 +02:00
1. Make sure MetaMask is connected to the Ethereum Mainnet.
2. Select the account you want to manage.
3. Scroll down until the `Import Tokens` link is visible, then click on it.
4. Click on `Custom Tokens`.
2023-10-19 14:54:19 +02:00
5. Paste the OCEAN 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 `Add custom token`.
7. Click `Import Tokens`.
If you prefer visual demonstrations, we have prepared a visual demo that illustrates the steps mentioned above.
2023-07-15 16:42:31 +02:00
{% embed url="https://app.arcade.software/share/yHiKKN336QGdAkhTlsIh" fullWidth="false" %}
{% endembed %}
2023-10-19 14:54:19 +02:00
MetaMask should now show your OCEAN balance, and when you're looking at that, there should be a `Send` button to send OCEAN 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).
2019-03-18 14:14:40 +01:00
### Other Wallet Software
2019-03-18 14:14:40 +01:00
Do a web search to find out how to add a custom ERC-20 token to the wallet software you're using.