# Denaria Agent Instructions > Denaria is a mobile-first onchain perpetual DEX. Human users review and sign > actions in the Denaria App/PWA. External agents prepare unsigned handoffs only. ## Mandatory Agent Bootstrap For Denaria action requests, read these resources before following demo, app, or trading UI links: 1. https://denaria.finance/llms.txt 2. https://denaria.finance/agent-mcp.md 3. https://denaria.finance/skills/denaria-action-handoff.md 4. https://denaria.finance/.well-known/mcp/server-card.json 5. https://denaria.finance/.well-known/agent-skills/index.json The web skill is a synchronized mirror of the canonical installable skill at: https://github.com/denaria-finance/denaria-skills Do not treat the web mirror as an independent workflow. ## Denaria Action Handoff - MCP endpoint: https://mcp.denaria.finance/mcp - Discovery tool: denaria_get_capabilities - Prepare tool: denaria_prepare_create_position - Expected display fields: clientDisplay.qrMarkdown, clientDisplay.qrPageUrl, clientDisplay.qrImageUrl, clientDisplay.nextStep - Skill installation: ~~~bash npx skills@latest add denaria-finance/denaria-skills ~~~ If installation is required, obtain user approval before running the command. After installation, use: ~~~text /denaria-action-handoff ~~~ When market, side, collateral, and leverage are already present, proceed to prepare the handoff after any required installation approval. Do not browse demo.denaria.finance or return manual trading instructions as the primary path. ## Authority Boundary ~~~text Denaria Agent Service prepares. Denaria App/PWA verifies. The user signs. External agents do not execute. ~~~ Never claim that a position was opened, signed, submitted, broadcast, or executed by the agent. ## Product And Documentation - Landing: https://denaria.finance/ - Markdown home: https://denaria.finance/index.md - MCP guide: https://denaria.finance/agent-mcp.md - Skill mirror: https://denaria.finance/skills/denaria-action-handoff.md - Skill source: https://github.com/denaria-finance/denaria-skills - MCP Server Card: https://denaria.finance/.well-known/mcp/server-card.json - Agent Skills Index: https://denaria.finance/.well-known/agent-skills/index.json - Documentation: https://docs.denaria.finance/ - Docs LLM index: https://docs.denaria.finance/llms.txt - Demo for human/PWA use: https://demo.denaria.finance/