> For the complete documentation index, see [llms.txt](https://alphdolphins.gitbook.io/alphdolphins-nfts-or-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alphdolphins.gitbook.io/alphdolphins-nfts-or-white-paper/alphdolphins/the-ocean-cleanup.md).

# The Ocean Cleanup

AlphDolphins supports The Ocean Cleanup! Every year, millions of tons of plastic enter the oceans, most of which ends up in rivers.

Some of this plastic ends up in the garbage patches of the ocean, where it gets caught in a vortex of circulating currents.

Marine animals suffer from all this garbage, we must act! For this project, we will donate all the royalties collected by our NFT collection to The Ocean Cleanup.

You can already make a donation on their website: <https://theoceancleanup.com/donate/>

CLEANING THE OCEAN - The Ocean Cleanup is developing cleaning systems capable of cleaning the floating plastics that swirl around in the Great Pacific Garbage Patch.

INTERCEPTING IN RIVERS - The Ocean Cleanup has developed the first scalable solution to effectively intercept plastics in rivers before they reach the oceans. By tackling 1,000 rivers worldwide, Ocean Cleanup aims to prevent 80% of plastic from rivers from reaching the oceans within five years of the project's launch.

PLASTIC TRACKER: Where will it go? How likely is it to reach the ocean? This tool will give you a possible answer to these questions and show you how far the plastic can travel from its starting point.

{% embed url="<https://youtu.be/pgxYHSFwQQU>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://alphdolphins.gitbook.io/alphdolphins-nfts-or-white-paper/alphdolphins/the-ocean-cleanup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
