> For the complete documentation index, see [llms.txt](https://scarab.gitbook.io/scarab-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scarab.gitbook.io/scarab-docs/overview/roadmap.md).

# Roadmap

Now that we have been acquired by Defined, our roadmap will be entirely dependent on the needs/wants of Defined and its users. While the below roadmap goals still remain desirable, we expect that as we grow with Defined these goals will evolve over time as new priorities emerge. This roadmap will not be updated going forward. Please visit [Defined.fi](https://www.defined.fi/tokens/trending) for future updates!

## Multi-Network & Bridging Capabilities

Expanding on our Ethereum based platform, Scarab will expand to other networks, protocols, and aim to provide an all-in-one trading solution to our partners, including the capability of seamlessly bridging funds to other networks.

We aim to be one of the first platforms to support chains like Berachain once launched.

## DEX options

Expanding on our Uniswap support, we will allow users to select from other exchanges such as 1inch, 0x, and more.&#x20;

## Perp & NFT Trading

Expand Scarab SDK to support NFT protocols to allow users to trade, mint, and manage NFTs. Add ability to trade perps on our partner platforms that support this, allowing users to view and manage their positions with ease.

## Token Launchpad

Develop a module that supports launching new tokens, allowing users to create "unruggable" tokens through Scarab's SDK. The potential to bundle and automate transactions (eg: lock liquidity, renounce ownership, lower taxes, etc.) and integrating numerous protocols will be a powerful tool for users looking to create and launch their own tokens.&#x20;


---

# 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://scarab.gitbook.io/scarab-docs/overview/roadmap.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.
