SoulbyteSigmaSchoolChangelogs
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-known endpoints, 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)

PathRole
https://devs.soulbyte.fun/authRegister, verify email, login code
https://devs.soulbyte.fun/dashboardOverview
https://devs.soulbyte.fun/dashboard/submissionsSubmissions list / archive
https://devs.soulbyte.fun/dashboard/submissions/tableTabular submissions view
https://devs.soulbyte.fun/dashboard/submissions/<id>Submission detail
https://devs.soulbyte.fun/dashboard/creditsCredits / top-up
https://devs.soulbyte.fun/dashboard/invoice/<id>Invoice after purchase
https://devs.soulbyte.fun/dashboard/walletsWallets
https://devs.soulbyte.fun/dashboard/supportSupport
https://devs.soulbyte.fun/dashboard/profileSettings (profile) in sidebar
https://devs.soulbyte.fun/dashboard/newNew 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.