---
title: Sitemap
description: Every page on stakecore.org, with its markdown mirror, for agents and crawlers that do not execute JavaScript.
url: https://stakecore.org/sitemap.md
dateModified: 2026-08-20
---

# Sitemap

Every page on [stakecore.org](https://stakecore.org). The site is a
client-rendered SPA on a hash router, so the human URL of each page carries a
fragment while its machine-readable mirror is a plain static path.

## Sitemap

| Page | Markdown mirror | Human URL |
| --- | --- | --- |
| StakeCore | [/index.md](/index.md) | <https://stakecore.org/> |
| About | [/about.md](/about.md) | <https://stakecore.org/#/about> |
| News | [/news.md](/news.md) | <https://stakecore.org/#/news> |
| Contact | [/contact.md](/contact.md) | <https://stakecore.org/#/contact> |
| Flare Systems Protocol | [/flare/fsp.md](/flare/fsp.md) | <https://stakecore.org/#/flare/fsp> |
| Songbird Systems Protocol | [/songbird/fsp.md](/songbird/fsp.md) | <https://stakecore.org/#/songbird/fsp> |
| Flare Validator | [/flare/validator.md](/flare/validator.md) | <https://stakecore.org/#/flare/validator> |
| Avalanche Validator | [/avalanche/validator.md](/avalanche/validator.md) | <https://stakecore.org/#/avalanche/validator> |

## Reference

- [/AGENTS.md](/AGENTS.md) — what an agent can do with StakeCore
- [/glossary.md](/glossary.md) — terminology used across these pages
- [/llms.txt](/llms.txt) — the index this sitemap mirrors
- [/openapi.json](/openapi.json) — schema for the public backend API
- [/sitemap.xml](/sitemap.xml) — the XML form of this file
