1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/concepts/ocean-tokens.md

41 lines
2.6 KiB
Markdown
Raw Normal View History

---
title: Ocean Tokens
description: The technical basics of Ocean Tokens.
---
## Basics
**Ocean Tokens** are the [cryptocurrency](https://en.wikipedia.org/wiki/Cryptocurrency) associated with Ocean Protocol. They are standards-compliant [ERC-20 tokens](https://en.wikipedia.org/wiki/ERC-20).
Property | Value
-----------------------|---------
Token Contract Address | See below
Token Symbol | OCEAN
Decimals of Precision | 18
## Testnet Ocean Tokens
There are Ocean Tokens in several testnets, including the Kovan testnet and Nile testnet. They are just testnet Ocean Tokens (i.e. for testing purposes only) and they aren't interchangeable with Mainnet Ocean Tokens. For more details (including token contract addresses), see the the [page about Testnets](/concepts/testnets/).
## Mainnet Ocean Tokens
2019-03-13 16:12:54 +01:00
The initial circulating supply of Mainnet Ocean Tokens will first become available on the Ethereum mainnet, i.e. before the Ocean mainnet.
**Ethereum Mainnet Token Contract Address:** To be determined
If you acquired Ocean Tokens before the Ocean mainnet launch (e.g. in the seed round, in the pre-sale, in the token sale, or some other way), then your Ocean Tokens will be sent to the address you provided (in the Ethereum mainnet).
2019-03-13 16:12:54 +01:00
In the future, the Ocean mainnet will be launched and later it will become possible to move Ocean Tokens from the Ethereum mainnet to the Ocean mainnet. The details are to be determined.
Also in the future (but not necessarily at the same time), it will become possible to earn new Mainnet Ocean Tokens as network rewards. The [Ocean Protocol Technical Whitepaper](https://oceanprotocol.com/tech-whitepaper.pdf) explains that in more detail.
2019-03-13 16:12:54 +01:00
Note: It won't be possible to _use_ Mainnet Ocean Tokens for Ocean Protocol tasks (such as consuming assets) in the Ethereum mainnet. In fact, most of the Ocean Protocol keeper contracts (smart contracts) won't be deployed to the Ethereum mainnet. Mainnet Ocean Tokens will only be usable for doing Ocean Protocol tasks in the Ocean mainnet.
## Further Reading about Ocean Tokens
- [Get Ether and Ocean Tokens](/tutorials/get-ether-and-ocean-tokens/)
- “[Ocean Tokenomics](https://blog.oceanprotocol.com/ocean-tokenomics-d34f28c480a8)”
- “[Ocean Tokenomics II](https://blog.oceanprotocol.com/https-blog-oceanprotocol-com-ocean-tokenomics-ii-faf05854314b)”
- “[Ocean Token is 0.22€ for the Network Launch](https://blog.oceanprotocol.com/ocean-token-is-0-22-for-the-network-launch-52a8bd6c9379)”
- [Ocean Protocol Technical Whitepaper](https://oceanprotocol.com/tech-whitepaper.pdf)