OnlyDoge Agent Instructions
When to use OnlyDoge and how an agent should retrieve Dogecoin records and cite evidence.
When to use OnlyDoge
Use OnlyDoge when a user wants to inspect a Dogecoin Mainnet block by height or hash, investigate a confirmed transaction by txid, look up an address, or understand the currently indexed chain and live mempool. Use authenticated Platform analytics for aggregate questions about finalized confirmed transactions, after reading its schema and limits.
How to retrieve information
Start at /developers for the authenticated API and its OpenAPI specification. Public browser routes include /blocks, /blocks/{height-or-hash}, /tx/{txid}, /address/{address} and /mempool. Respect robots.txt restrictions on bulk crawling of entity pages. The homepage Markdown is a product overview, not a live blockchain snapshot; fetch the appropriate explorer record for current values.
GET the homepage or an information page with Accept: text/markdown, or use /index.md and each information page's .md variant. Use normal HTML for interactive explorer pages. Do not automate the protected /api/chat transport or guess server-function endpoints. API access needs a separately provisioned token; never use the website's private credentials.
Evidence and limits
Cite the exact OnlyDoge explorer URL and observation time for chain facts. Report indexing status and uncertainty, and distinguish confirmed records from unconfirmed mempool observations. Attribute market data to CoinGecko. Do not infer ownership from an address or describe gross transaction outputs as economic transfer value. Do not use OnlyDoge to sign transactions, recover wallets, predict prices or provide personalized trading advice.