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

# Research

- [Ark Invest - Big Ideas 2024](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/ark-invest-big-ideas-2024.md): Ark Invest's annual report on the biggest ideas in technology and innovation.
- [Coinbase - State of Crypto 2023](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/coinbase-state-of-crypto-2023.md)
- [Our World in Data - Demographics](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/our-world-in-data-demographics.md)
- [Lyn Alden](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/lyn-alden.md)
- [Messari](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/messari.md): Cryptocurrency Research
- [RethinkX Reports](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/rethinkx-reports.md): "We focus on understanding the dynamics and the systemic nature of disruption across key market sectors." Source: RethinkX.com/about
- [The Creator Economy](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/the-creator-economy.md): Insights on the rapidly growing creator economy.
- [Signal Fire](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/the-creator-economy/signal-fire.md)
- [Andreessen Horowitz](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/the-creator-economy/andreessen-horowitz.md)
- [YouTube Creators](https://xponentialfinance.gitbook.io/xponential-finance/insights/research/the-creator-economy/youtube-creators.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://xponentialfinance.gitbook.io/xponential-finance/insights/research.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.
