mapPlatform Pages

Route map for the Solenvus application and its access model.

Solenvus exposes public and authenticated product pages.

Public pages

These pages do not require user authentication:

  • / for the homepage

  • /skills for the Skill Vault

  • /skills/:slug for skill details

  • /agents for the AI agents directory

  • /agents/:slug for agent details

  • /protocols for the protocol directory

  • /protocols/:slug for protocol details

  • /protocol-status for live network and protocol health

  • /compare for side-by-side skill comparison

  • /about for static company information

  • /terms for terms of service

  • /privacy for privacy policy

  • /references for technical references

Authenticated product pages

These pages require wallet authentication:

  • /playground

  • /arena

  • /leaderboard

  • /integrations

  • /builders

  • /saved

  • /profile

Page design intent

The route structure separates product discovery from execution.

Public routes support exploration.

Authenticated routes unlock active platform usage.

Practical reading order

If you are new to Solenvus, start with these flows:

  1. Browse /skills

  2. Inspect /skills/:slug

  3. Authenticate for /playground

  4. Use /arena to compare skills

  5. Generate outputs in /integrations

Last updated