# Sky Ecosystem Financials > Read-only financial analytics dashboard for the Sky ecosystem, formerly > MakerDAO. Published by BA Labs / Block Analitica. This site is independent > of official protocol documentation. SkyEco presents upstream Observatory data as financial statements, collateral backing views, Prime Agent capital views, liquidity views, risk views, settlement detail, and capital management dashboards. The main application is a client-rendered React single-page app. For LLMs and other text-first tools, prefer the markdown resources listed below. ## Primary LLM resources - [Full LLM overview](/llms-full.txt) - [Static markdown content map](/markdown/index.md) ## Live machine-readable pages These pages render text/markdown inside the app and use the same data hooks as the corresponding dashboard pages. Query parameters from the dashboard page are preserved when available. - [Balance Sheet markdown](/financials/balance-sheet/markdown) - [Profit and Loss markdown](/financials/pnl/markdown) - [Settlement Cycle markdown](/financials/settlement-cycle/markdown) - [MSC Profit and Loss markdown](/msc/markdown) - [USDS Collateral Backing markdown](/usds/collateral-backing/markdown) - [Liquidity markdown](/risk/liquidity/markdown) - [Prime Agents markdown](/primes/markdown) ## Human-readable dashboard pages - [Overview](/) - [Balance Sheet](/financials/balance-sheet) - [Revenue](/financials/revenue) - [Profit and Loss](/financials/pnl) - [Settlement Cycle](/financials/settlement-cycle) - [USDS Supply](/usds/supply) - [USDS Collateral Backing](/usds/collateral-backing) - [USDS Savings](/usds/savings) - [USDS Staking](/usds/staking) - [Prime Agents](/primes) - [Prime Allocations](/primes/allocations) - [Risk Capital](/risk/capital) - [Risk Allocations](/risk/allocations) - [Liquidity](/risk/liquidity) - [Loss Waterfall](/risk/loss-waterfall) - [Capital Management](/capital/management) - [Buybacks](/capital/buybacks) - [SKY Staking](/sky/staking) - [Maple Halo](/halos/maple) - [Changelog](/changelog) ## Data source Financial numbers are fetched from the Observatory API configured by `VITE_API_BASE` in the app deployment. The default local development value is `http://localhost:8422`.