# Droco Trade Pro Full LLM Guide ## Overview Droco Trade Pro is a broker-connected trading operations platform. It is designed to help operators inspect account state, evaluate market context, use AI-assisted trade analysis, and control order workflows with auditability. This public website intentionally separates marketing and discovery content from authenticated account surfaces. Public content may describe capabilities, platform architecture, and integration boundaries. It must not expose private user data, broker credentials, active positions, order history, access tokens, or secret material. ## Public Routes - `/` explains the platform and public discovery resources. - `/platform` describes application surfaces and operating model. - `/agents` describes agent-assisted workflows and agent-readable discovery. - `/security` describes security posture and access boundaries. - `/pricing` describes alpha-stage access and evaluation scope. - `/contact` describes alpha intake. - `/robots.txt` publishes crawler rules, sitemap, and content signals. - `/sitemap.xml` publishes indexable public routes. - `/agent-card.json` and `/.well-known/agent-card.json` publish agent discovery metadata. - `/api-catalog.json` publishes high-level public API catalog metadata. - `/auth.md` describes public authentication expectations. - `/mcp-server.json` and `/.well-known/mcp-server.json` publish MCP discovery metadata. - `/agent-skills.json` publishes available public agent skill metadata. ## Authenticated Surfaces Authenticated platform functions live at `https://app.drocotradepro.com`. Backend APIs live at `https://api.drocotradepro.com`. Expected authenticated application surfaces include: - Dashboard: portfolio state, alerts, and system health. - Markets: market research, watchlists, equities, commodities, and AIQ-backed context. - Trading: order entry, orders, positions, buying power, and broker status. - Agents: AI analysis and trading-agent operational controls. - Analytics: performance, returns, risk, trades, allocation, and agent outcomes. - Connections: broker and provider configuration. - Platform: tenant, user, integration, audit, and governance controls for admins. - Settings: account, trading, notification, billing, MFA, and session controls. ## API Guidance Use `https://www.drocotradepro.com/api-catalog.json` for public catalog discovery. Use `https://www.drocotradepro.com/auth.md` for authentication expectations. API consumers must authenticate before requesting account-scoped data. Do not attempt credential collection through this public website. Do not place broker credentials, API keys, tokens, or account secrets in prompts, contact forms, URLs, logs, or public documents. ## Trading Safety Droco Trade Pro is a decision-support and operations platform. It does not guarantee returns. Any live trading workflow must use configured account access, risk limits, explicit authorization, and audit logging. Agents should fail closed when instructions are ambiguous, data is missing, or a live order action lacks required authorization.