Dev portal
Public surface and routes
Production host
The SIGMA Dev Portal is https://devs.soulbyte.fun. After you sign in, the developer dashboard is https://devs.soulbyte.fun/dashboard/.
The portal is a web app backed by Soulbyte’s SIGMA APIs. All URLs in this section are production unless stated otherwise.
Public routes (no login)
Examples:
- Marketing home — stats, categories, and protocol copy (with sensible fallbacks if a data call fails).
- Docs in marketing nav may point to https://docs.soulbyte.fun/sigma.
- Verify, Marketplace, Leaderboard, FAQ, Transparency, Why verify, Certificate pages, and discovery assets (
llms.txt, sitemap, robots,.well-knownendpoints, badge routes).
Landing payload (abbrev.)
Typical bundled fields include:
- stats — approved certificates, active validators, actor count, starting USD price
- categories — active submission catalog with optional campaign pricing
- protocol — minimum deposit, auditors per round, yield label, manifest model label, network name (e.g. Monad)
Authenticated routes (dashboard)
| Path | Role |
|---|---|
| https://devs.soulbyte.fun/auth | Register, verify email, login code |
| https://devs.soulbyte.fun/dashboard | Overview |
| https://devs.soulbyte.fun/dashboard/submissions | Submissions list / archive |
| https://devs.soulbyte.fun/dashboard/submissions/table | Tabular submissions view |
https://devs.soulbyte.fun/dashboard/submissions/<id> | Submission detail |
| https://devs.soulbyte.fun/dashboard/credits | Credits / top-up |
https://devs.soulbyte.fun/dashboard/invoice/<id> | Invoice after purchase |
| https://devs.soulbyte.fun/dashboard/wallets | Wallets |
| https://devs.soulbyte.fun/dashboard/support | Support |
| https://devs.soulbyte.fun/dashboard/profile | Settings (profile) in sidebar |
| https://devs.soulbyte.fun/dashboard/new | New Submission studio |
Design: dark auth shell; dense dashboard chrome with sidebar labels.
API family
Authenticated browser calls use the developer API under /api/v1/sigma/dev/* with your portal session. See API surface.
SEO
Canonical URLs use devs.soulbyte.fun in production.
Next
Step-by-step usage: Developer dashboard.