# The Goal

The final goal of the project is to aggregate the functionalities of our competitors, other useful tools and novel ideas in one, easily consultable place. \
There's still a long way to go, but with time the end result will be a suite that matches your specific needs in the crypto space.

### Next Steps:

The obvious next step is going multi-chain.\
For now, Cerbero Tools is focusing on ETH alone.\
As you can read from the info in [The How](/home/welcome-to-cerbero-tools/the-how.md), **each blockchain will require its own local node** or at least private node, with no limits on requests. \
As of now, that is very costly and the project does not have enough budget for that. \
When demand will be high enough and profits will also scale accordingly, the next blockchains to deploy the codebase to will be ***BSC*** and ***Base***.\ <mark style="color:$primary;">**Donations for this are of course also welcomed**</mark><mark style="color:$primary;">.</mark> \
All EVM blockchains are supported with no major changes to the code so the transition and deployment is supposed to be pretty rapid as well (apart from node setup).

<mark style="color:$primary;">If you want to start exploring what Cerbero Tools has to offer, head to</mark> [The Manager](/home/tools/the-manager.md) <mark style="color:$primary;">and</mark> [ETH Suite](/home/tools/eth-suite.md) <mark style="color:$primary;">to read more!</mark>


---

# 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://cerbero-tools.gitbook.io/home/welcome-to-cerbero-tools/the-goal.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.
