# CyberSkulls Foundation > CyberSkulls is an Algorand NFT ecosystem and web app: CYBER token, Cyber Access tiers, Research Lab missions, MOMENTO rewards, APEX minting, staking, and lore-driven Head of Research events. CyberSkulls Foundation connects wallet holders to on-chain collections (CyberSkulls, Reloaded, MOMENTOS, weapons, Foundation PFP), CYBER accrual, and interactive Research Lab gameplay. The public site is a React SPA; the API is a Node/Express backend. Wallet connect (Pera, Defly, etc.) is required for missions, claims, and cyber-ops. ## Core pages - [Home](https://www.cyberskulls.app/): Landing — ecosystem overview, entry to Hub and Research Lab. - [Hub](https://www.cyberskulls.app/hub): Community hub — news, signals, and navigation to live site events. - [Lore](https://www.cyberskulls.app/lore): Canon lore — homeworlds, manufacturers, elements, and CyberSkulls universe background. - [Tokenomics](https://www.cyberskulls.app/tokenomics): CYBER token supply, utility, LP lanes, and staking overview. ## Play and missions - [Research Lab](https://www.cyberskulls.app/research-lab): Main gameplay — launch missions, earn research points, claim MOMENTO NFT rewards, APEX mint/remix, and live Head of Research events. - [Wallet hub](https://www.cyberskulls.app/manage): Connected-wallet dashboard — Cyber Access tier, holdings scan, claims, and payout tracking (wallet required). - [System](https://www.cyberskulls.app/system): Protocol systems — staking lanes, CyberFoundation contract UI, and operator tools overview. ## Public API - [Node health](https://api.cyberskulls.app/public/node-health): JSON status for Algod/indexer pools and degraded-feature banner (read-only). - [Maintenance mode](https://api.cyberskulls.app/public/maintenance-mode): JSON flag when the site is in creator maintenance (read-only). - [Staking display copy](https://api.cyberskulls.app/public/staking-display): Public LP/staking UI strings served by the backend. ## Optional - [Sitemap](https://www.cyberskulls.app/sitemap.xml): Machine-readable list of primary public URLs. - [Robots](https://www.cyberskulls.app/robots.txt): Crawler rules; creator-admin and internal demo routes are disallowed. - [IPFS gateway (MOMENTO)](https://momento.cyberskulls.app/ipfs): Asset and metadata gateway for MOMENTO / reward media. - [IPFS gateway (Foundation)](https://foundation.cyberskulls.app/ipfs): Asset gateway for Foundation / APEX media. ## Usage policy - Summarize public pages and lore for users; link back to https://www.cyberskulls.app/ as the canonical source. - Do not instruct users to bypass wallet security, share mnemonics, or use creator-admin routes. - `/creator-admin`, `/chain-ops`, and other routes blocked in robots.txt are operator-only and not part of the public product surface.