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

# Deprecated V1 Docs

- [Project Walkthrough](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough.md)
- [The importance of PEAK](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/the-importance-of-peak.md)
- [Benefits of Forking to Metis](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/benefits-of-forking-to-metis.md): We believe Metis to be the most promising Level 2 infrastructure in the world and see limitless potential within Andromeda.
- [Peak Finance DAO](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/peak-finance-dao.md): Peak Performance  - Algorithmically pegged collateral in emerging ecosystems.
- [$PRO Token](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/usdpro-token.md): Investor Strategies and Possible Outcomes
- [Functionality](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/functionality.md)
- [Prometheus Roadmap and Future Direction](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/prometheus-roadmap-and-future-direction.md)
- [Tokenomics, Emissions, and Taxation Schedules](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/tokenomics-emissions-and-taxation-schedules.md)
- [Wallet Addresses For Transparency](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/wallet-addresses-for-transparency.md)
- [Frequently Asked Questions](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/project-walkthrough/frequently-asked-questions.md)
- [Background and Mission Statement](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/background-and-mission-statement.md)
- [Problem Statement & Objectives](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/background-and-mission-statement/problem-statement-and-objectives.md)
- [Seigniorage](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/background-and-mission-statement/seigniorage.md)
- [DAO Treasury](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/background-and-mission-statement/dao-treasury.md)
- [The case for Seigniorage and Actively Managed DAO Treasuries](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/background-and-mission-statement/the-case-for-seigniorage-and-actively-managed-dao-treasuries.md)
- [Peak Finance - Aeacus' first client](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/background-and-mission-statement/peak-finance-aeacus-first-client.md)
- [Aeacus Capital Management](https://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs/background-and-mission-statement/aeacus-capital-management.md)


---

# 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://peakfinance-dao.gitbook.io/documentation/deprecated-docs/deprecated-v1-docs.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.
