# What can you do with Ocean?

This page shows things you can do with Ocean...

* As a builder
* As a data scientist
* As Ocean Node runner
* As an OCEAN holder
* Become an Ocean ambassador

Let's explore each...

## What builders can do

<div align="center"><figure><img src="/files/DPSf1lLVIU8TrAOcyBHN" alt="" width="75%"><figcaption></figcaption></figure></div>

<details>

<summary>Build Your Token-gated AI dApp</summary>

Monetize by making your dApp token-gated. Users no longer have to use credit cards or manage OAuth credentials. Rather, they buy & spend ERC20 datatokens to access your dApp content.

Go further yet: rather than storing user profile data on your centralized server -- which exposes you to liability -- have it on-chain encrypted by the user's wallet, and just-in-time decrypt for the app.

</details>

<details>

<summary>Build Your Token-gated REST API</summary>

Focus on the backend: make a Web3-native REST API. Like the token-gated dApps, consumers of the REST API buy access with crypto, not credit cards.

</details>

<details>

<summary>Build Your Data Market</summary>

Build a decentralized data marketplace by [forking Ocean Market code](https://github.com/oceanprotocol/docs/blob/main/developers/build-a-marketplace/README.md) to quickly get something good, or by building up from Ocean components for a more custom look.

</details>

To dive deeper, please go to [Developers page](/developers.md).

## What data scientists can do

<div align="center"><figure><img src="https://github.com/oceanprotocol/docs/blob/main/.gitbook/assets/predictoor/predictoor_ui_crop.png" alt=""><figcaption></figcaption></figure></div>

<details>

<summary>Use Ocean in Python</summary>

The [**ocean.py**](https://github.com/oceanprotocol/docs/blob/main/data-scientists/ocean.py) library is built for the key environment of data scientists: Python. Use it to earn $ from your data, share your data, get more data from others, and see provenance of data usage.

</details>

<details>

<summary>Do crypto price predictions</summary>

With [Ocean Predictoor](/predictoor.md), you submit predictions for the future price of BTC, ETH etc, and earn. The more accurate your predictions, the more $ you can earn.

</details>

<details>

<summary>Compete in a Data Challenge</summary>

Ocean regularly offer [data science challenges](/data-scientists/join-a-data-challenge.md) on real-world problems. Showcase your skills, and earn $ prizes.

</details>

To dive deeper, please go to [Data Scientists page](/data-scientists.md).

## What Ocean Node runners can do

<details>

<summary>Monetize your computing hardware</summary>

You can monetize any machine with idle compute power, from personal laptops and gaming PCs to high-performance servers and cloud instances, by connecting them to Ocean Nodes. These machines contribute unused CPU or GPU resources to a decentralized compute network, earning rewards for AI training, inference, or data processing.

</details>

## What OCEAN holders can do

<details>

<summary>Earn Rewards via Data Farming</summary>

Ocean's [Data Farming](/data-farming.md) incentives program rewards OCEAN to participants who make accurate predictions of the price directions of DeFi crypto tokens. Most of the activity happens on [Predictoor.ai](https://www.predictoor.ai/). Explore more [here](https://docs.oceanprotocol.com/data-farming/predictoordf)

</details>

## Become an Ocean Ambassador

<details>

<summary>Become an Ambassador</summary>

As an ambassador, you are an advocate for the protocol, promoting its vision and mission. By sharing your knowledge and enthusiasm, you can educate others about the benefits of Ocean Protocol, inspiring them to join the ecosystem. As part of a global community of like-minded individuals, you gain access to exclusive resources, networking opportunities, and collaborations that further enhance your expertise in the data economy. Of course, the Ocean Protocol Ambassador Program rewards contributors with weekly bounties and discretionary grants for growing the Ocean Protocol communtiy worldwide.

Follow the steps below to become an ambassador:

To become a member of the Ambassador Program, follow these steps:

1. Join Ocean Protocol's [Discord](https://discord.com/invite/TnXjkR5) server
2. Join the Discord channel called #treasure-hunter.
3. Access the application form: "[Apply](https://discord.com/channels/612953348487905282/1133478278531911790) to use this channel."
4. Answer the questions in the application form.
5. Once you've completed the application process, you can start earning experience points (XP) by actively engaging in discussions on various topics related to the Ocean Protocol.

</details>

***

*Next:* [*OCEAN: The Ocean token*](/discover/ocean-token.md)

*Back:* [*What is Ocean?*](/discover/what-is-ocean.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oceanprotocol.com/discover/benefits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
