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

# Roadmap

**Phase 1: Laying the Foundations**

1. **Website Release: The Shogun Hub**
   * Launch the central hub for Shogun DAO.
   * Consolidate all DAO-related information and investments into one accessible platform.
   * Provide transparency and ease of use for community members.
2. **Analytics Terminal Release: Leverage the Samurai Swarm**
   * Deploy an analytics terminal powered by the "Samurai Swarm" intelligence.
   * Enable real-time data insights and analysis to guide DAO strategies and investment decisions.
3. **Establishment of the Formal DAO Constitution**
   * Formalize "The Shogun DAO Constitution" along with initial bylaws.
   * Implement a decentralized voting system, empowering members who stake 21k tokens in the Shogun DAO Dojo to:
     * Submit proposals.
     * Vote on new ideas.
     * Actively participate in decision-making processes.

***

**Phase 2: Scaling Operations and Expanding Influence**

1. **Fully Autonomous Portfolio**
   * Transition the DAO’s investment portfolio to a fully autonomous, algorithm-driven system.
   * Utilize insights and strategies developed by the Samurai Swarm for precision trading and portfolio management.
2. **Incubation Campaigns and Collaborations**
   * Launch initiatives to support and incubate promising new projects.
   * Establish collaborations with larger projects and entities to expand the DAO's influence and opportunities.
3. **DAO Launchpad by Shogun**
   * Create a decentralized launchpad for innovative projects.
   * Provide a platform for vetted projects to gain funding and support through the DAO’s resources and community.

***

**Phase 3: Decentralized Asset Under Management (AUM) Service**

1. **Introduce the Shogun AUM Service**
   * Launch a fully decentralized AUM service.
   * Allow external entities and investors to utilize the DAO’s expertise and Samurai Swarm capabilities to manage and grow their portfolios.
   * Generate additional revenue streams for the DAO and its members.
2. **Expand DAO Governance**
   * Continue evolving the governance model to ensure fairness, transparency, and adaptability to the DAO’s growing scale and complexity.
   * Introduce advanced governance tools to enhance community participation and influence.


---

# 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://shogun.gitbook.io/shogun-whitepaper/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.
