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

23 lines
1.6 KiB
Markdown
Raw Normal View History

---
title: Introduction
description: Ocean Protocol - Tools for the Web3 Data Economy
---
2020-10-17 07:36:40 +02:00
In Ocean Protocol, each data service gets its own ERC20 **datatoken**. This enables data wallets, data exchanges, and data co-ops by directly leveraging crypto wallets, exchanges, and more.
2020-10-17 08:05:17 +02:00
OCEAN token is used for staking, and more. [Here](https://oceanprotocol.com/token) are details.
2020-10-20 23:05:12 +02:00
Ocean Protocol provides tools for developers to _build data markets_, and to _manage datatokens_ for use in DeFi.
2018-11-09 18:14:40 +01:00
2020-10-17 07:36:40 +02:00
**Build Data Markets.** Use Ocean Protocol software tools to build your own data marketplace, by either forking [Ocean Market](https://market.oceanprotocol.com/) code or building up with Ocean components.
2020-10-17 07:36:40 +02:00
**Manage Datatokens for use in DeFi.** Use Ocean [JavaScript](https://github.com/oceanprotocol/ocean-lib-js) or [Python](https://github.com/oceanprotocol/squid-py) drivers to manage datatokens:
2020-10-20 23:05:12 +02:00
- _Publish and consume data services:_ downloadable files or compute-to-data. Use Ocean to deploy a new [ERC20](https://github.com/ethereum/EIPs/blob/7f4f0377730f5fc266824084188cc17cf246932e/EIPS/eip-20.md) datatoken contract for each data service, then mint datatokens.
2018-11-16 13:12:52 +01:00
2020-10-20 23:05:12 +02:00
- _Transfer datatokens_ to another owner (or approve & transferFrom).
2018-11-16 13:12:52 +01:00
2020-10-20 23:05:12 +02:00
- _Manage pools._ Deploy OCEAN-datatoken [Balancer](https://www.balancer.finance/) pools, buy & sell datatokens (swap), and add & remove liquidity.
2018-11-16 13:12:52 +01:00
2020-10-20 23:05:12 +02:00
- _And more._ Use ERC20 support in [web3.js](https://web3js.readthedocs.io/), [web3.py](https://web3py.readthedocs.io/en/stable/examples.html#working-with-an-erc20-token-contract) and Solidity to connect datatokens with crypto wallets and other DeFi services.