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

# PureGamma AI

![PureGamma AI logo](https://app.puregamma.ai/logo.png)

## PureGamma AI

> **One conversation for market context, portfolio impact and research action.**

PureGamma AI is an AI-native research console for active crypto and equity investors. It combines live market context, source-backed research, portfolio-aware analysis, options intelligence, strategy research, backtests and selected delivery channels in one workflow.

### The three questions we solve

1. **What changed in the market?**
2. **How does it affect my portfolio and risk?**
3. **What research action, scenario or strategy deserves attention now?**

### What is live today

* Web research conversations with persistent context, streaming responses, citations and Credits metering.
* Binance market data, RSS research ingestion, and Deribit BTC/ETH options research.
* Daily market reports, web reporting, Email delivery, Google sign-in and a self-hosted iMessage relay path where configured.
* Read-only EVM wallet synchronization and portfolio snapshots.
* Strategy specifications, asynchronous backtest foundations and PAPER/SHADOW workflow foundations.
* Stripe, Credits, entitlements, administration and operational observability foundations.

### What is being upgraded

PureGamma is actively building the unified loop that links market events to assets, user holdings, alerts, personalized reports, research workflows and strategy execution. Current work includes:

* Event-to-portfolio impact intelligence and exactly-once alerts.
* Unified daily brief orchestration and multi-channel delivery.
* DeepSeek, Luna and Kimi model routing.
* Containerized Python research runs and real-data backtests.
* Exchange read-only synchronization and richer portfolio context.
* The MSTR–BTC research dashboard powered by official Strategy data.

Availability is always shown in-product. A configured interface, connector or roadmap item is not presented as live data until it has completed an end-to-end verification.

### Documentation map

* [Product Guide](/puregamma-ai/puregamma-ai/product-guide.md) — daily workflows, research, portfolio context and delivery.
* [Business plan & product roadmap](/puregamma-ai/puregamma-ai/business-plan-and-product-roadmap.md) — customer, product model, distribution and delivery priorities.
* [Platform & Architecture](/puregamma-ai/puregamma-ai/platform-and-architecture.md) — services, data flow, model routing and research runtime.
* [Trust & Operations](/puregamma-ai/puregamma-ai/trust-and-operations.md) — billing, service status and operational boundaries.
* [Developer Reference](/puregamma-ai/puregamma-ai/developer-reference.md) — integration and deployment contracts.

```mermaid
flowchart LR
  A["Market, news, options and portfolio data"] --> B["Research Snapshot"]
  B --> C["Market Event and Asset Impact"]
  C --> D["Portfolio Impact and Research Action"]
  D --> E["Today, Agent, Report and Alert"]
  E --> F["Backtest, PAPER and SHADOW"]
```

Start with [Getting started](/puregamma-ai/puregamma-ai/product-guide/getting-started.md), then use the Product Guide for the daily workflow.


---

# 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://puregamma-ai.gitbook.io/puregamma-ai/puregamma-ai.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.
