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

# References Links and Data Sources

McKinsey & Company Banerjee, A., Sevillano, J., & Higginson, M. (2024, June 20). *From ripples to waves: The transformational power of tokenizing assets*. <https://www.mckinsey.com/industries/financial-services/our-insights/from-ripples-to-waves-the-transformational-power-of-tokenizing-assets>

BCG + Ripple Boston Consulting Group & Ripple. (2025, April 7). *Approaching the tokenization tipping point*. <https://media-publications.bcg.com/Tokenized-Assets.pdf>

BCG (Tokenized Funds) Boston Consulting Group. (2024). *Tokenized funds: The third revolution in asset management decoded*. <https://web-assets.bcg.com/81/71/6ff0849641a58706581b5a77113f/tokenized-funds-the-third-revolution-in-asset-management-decoded.pdf>

RedStone, Gauntlet & RWA.xyz (2025, June 26). *Real-world assets in on-chain finance: The ultimate H1 2025 market overview*. <https://blog.redstone.finance/2025/06/26/real-world-assets-in-onchain-finance-report/>

RedStone, Credora, Gauntlet & Dune. (2026, March 26). *Tokenization & RWA standards report 2026*. <https://blog.redstone.finance/2026/03/26/tokenization-rwa-report-2026/>

RWA.xyz  (2026). *Analytics on tokenized real-world assets*. Accessed April 10, 2026. <https://app.rwa.xyz/>

BCG + ADDX Boston Consulting Group & ADDX. (2022). *Relevance of on-chain asset tokenization in 'crypto winter'*. <https://web-assets.bcg.com/1e/a2/5b5f2b7e42dfad2cb3113a291222/on-chain-asset-tokenization.pdf>


---

# 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://maxtronize.gitbook.io/docs/references-links-and-data-sources.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.
