For the complete documentation index, see llms.txt. This page is also available as Markdown.

Technical Appendix

Current Public Testnet

  • Network: Base Sepolia.

  • Chain ID: 84532.

  • Environment: public testnet/demo.

Base Sepolia Contract Addresses

Current public testnet addresses:

  • TokenFactory: 0xcb5A8b9D4aab0d03bafcE815d6D542bE97856D62

  • PerpEngine: 0x70f8AF21C59343716AdC7DbeC7aba60148A4071f

  • PriceOracle: 0x53181B376c7a1B6e6da3dB443A89b341B57BbF59

  • Test USDC: 0x91435370BBe83E13C5fD97c5c78e68184ed8B34e

Public Architecture Summary

  • App: Next.js + Privy auth and wallet access.

  • Contracts: creator-token lifecycle, bonding-curve trading, perpetual markets, and price/reference paths.

  • Data: indexed chain events and derived read models for charts, profiles, markets, and progression.

Last updated