# Evently Documentation

## Docs

- [Introduction](https://docs.evently.market/overview/readme.md)
- [Getting Started](https://docs.evently.market/overview/getting-started.md)
- [Prediction Markets](https://docs.evently.market/product/prediction-markets.md)
- [Swap & Bridge](https://docs.evently.market/product/swap-and-bridge.md)
- [Architecture Overview](https://docs.evently.market/smart-contracts/architecture.md)
- [EventlyMarkets.sol](https://docs.evently.market/smart-contracts/markets.md)
- [EventlyProfiles.sol v1.3](https://docs.evently.market/smart-contracts/profiles.md)
- [System Architecture Overview](https://docs.evently.market/architecture/overview.md)
- [Setup & Installation](https://docs.evently.market/developers/setup.md)
- [Frontend Integration](https://docs.evently.market/developers/frontend.md)
- [UX Upgrade — Gasless & Realtime](https://docs.evently.market/developers/ux-upgrade.md)
- [Oracle & VRF Integration](https://docs.evently.market/developers/oracle-vrf.md)
- [Security Overview](https://docs.evently.market/security/overview.md)
- [Audit Roadmap](https://docs.evently.market/security/audit-roadmap.md)
- [Pre-Audit Review](https://docs.evently.market/security/pre-audit.md)
- [Consolidated AI Audit](https://docs.evently.market/security/pre-audit-consolidated.md)
- [Claude Opus 4.6](https://docs.evently.market/audit-reports-ai/claude.md)
- [GPT-5.3](https://docs.evently.market/audit-reports-ai/chatgpt.md)
- [Gemini 3.1 Pro](https://docs.evently.market/audit-reports-ai/gemini.md)
- [Perplexity](https://docs.evently.market/audit-reports-ai/perplexity.md)
- [Grok-4](https://docs.evently.market/audit-reports-ai/grok.md)
- [Qwen3.5](https://docs.evently.market/audit-reports-ai/qwen.md)
- [DeepSeek](https://docs.evently.market/audit-reports-ai/deepseek.md)
- [AI Analysis (multi-tool)](https://docs.evently.market/audit-reports-tools/ai-analysis.md)
- [Slither](https://docs.evently.market/audit-reports-tools/slither.md)
- [Mythril](https://docs.evently.market/audit-reports-tools/mythril.md)
- [Aderyn](https://docs.evently.market/audit-reports-tools/aderyn.md)
- [Solhint](https://docs.evently.market/audit-reports-tools/solhint.md)
- [SmartCheck](https://docs.evently.market/audit-reports-tools/smartcheck.md)
- [Securify](https://docs.evently.market/audit-reports-tools/securify.md)
- [Heimdall](https://docs.evently.market/audit-reports-tools/heimdall.md)
- [Wake](https://docs.evently.market/audit-reports-tools/wake.md)
- [Pyrometer](https://docs.evently.market/audit-reports-tools/pyrometer.md)
- [Semgrep](https://docs.evently.market/audit-reports-tools/semgrep.md)
- [Halmos](https://docs.evently.market/audit-reports-tools/halmos.md)
- [Echidna](https://docs.evently.market/audit-reports-tools/echidna.md)
- [Medusa](https://docs.evently.market/audit-reports-tools/medusa.md)
- [Foundry Invariants](https://docs.evently.market/audit-reports-tools/foundry.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.evently.market/overview/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.
