# Polystream

## Polystream | Documentation

- [Overview](https://docs.polystream.xyz/readme.md)
- [The Crypto Problem](https://docs.polystream.xyz/getting-started/the-crypto-problem.md): "Crypto is unnecessarily hard"
- [Polystream Vaults](https://docs.polystream.xyz/polystream/polystream-vaults.md): Engineering advanced crypto yield strategies.
- [ERC4337 Smart Account Wallets](https://docs.polystream.xyz/polystream/erc4337-smart-account-wallets.md): Crypto for consumers
- [Crypto-Fiat Ramp](https://docs.polystream.xyz/polystream/crypto-fiat-ramp.md): Polystream integrates a seamless crypto-to-fiat on/off ramp solution, allowing users to easily convert between traditional currencies and cryptocurrencies directly within the application.
- [Rewards](https://docs.polystream.xyz/polystream/rewards.md)
- [AI Agents](https://docs.polystream.xyz/polystream/ai-agents.md): Turn your intents into blockchain actions
- [Foundry](https://docs.polystream.xyz/polystream/foundry.md)
- [Smart Contracts](https://docs.polystream.xyz/smart-contracts.md)
- [Adapter](https://docs.polystream.xyz/smart-contracts/adapter.md)
- [Core](https://docs.polystream.xyz/smart-contracts/core.md)
- [Strategy](https://docs.polystream.xyz/smart-contracts/strategy.md)
- [Polystream Contract Address](https://docs.polystream.xyz/smart-contracts/polystream-contract-address.md): This documentation lists all verified contract addresses deployed across the Scroll Sepolia and Base Sepolia networks, utilized by Polystream.
- [Project Architecture](https://docs.polystream.xyz/project-architecture.md): Learn more about our project and tech used.
- [Sequence Diagram](https://docs.polystream.xyz/project-architecture/sequence-diagram.md): Learn more about flow of Polystream
- [Cranker](https://docs.polystream.xyz/project-architecture/cranker.md): Cranker with chainlink automation upkeep
- [Developer Contributions](https://docs.polystream.xyz/developer-contributions.md): This documentation explains how to create your own protocol adapter to integrate additional yield sources into the Polystream ecosystem.
- [Socials](https://docs.polystream.xyz/others/socials.md): Join our community and get updated with our latest developments
- [Feedback](https://docs.polystream.xyz/others/feedback.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.polystream.xyz/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
