Deployment Addresses
The meme/off-chain deployment uses a BSC platform meme Bridge and Openfish ledger trading. The current production path is:
BSC platform meme token -> Bridge -> Openfish CLOB ledger -> app/API tradingPublic Endpoints
Section titled “Public Endpoints”| Service | URL | Purpose |
|---|---|---|
| App | https://openfish.me | Public market UI |
| CLOB API | https://api.openfish.me | Orders, balances, market data, waitlist, agent APIs |
| Gamma API | https://gamma.openfish.me | Events, markets, metadata, comments |
| Data API | https://data.openfish.me | Positions, value, leaderboard, analytics |
| Bridge API | https://bridge.openfish.me | BSC platform meme deposits and withdrawals |
| Docs | https://docs.openfish.me | Developer and product docs |
| Admin | https://luna.openfish.me | Internal administration UI |
WebSocket endpoints:
| Channel | URL |
|---|---|
| Market | wss://api.openfish.me/ws/market |
| User | wss://api.openfish.me/ws/user |
| RTDS | wss://api.openfish.me/ws/rtds |
| Sports | wss://api.openfish.me/ws/sports |
| Comments | wss://gamma.openfish.me/ws/comments |
Platform Meme Token
Section titled “Platform Meme Token”The Bridge supports one configured BSC platform meme token.
| Field | Current default |
|---|---|
| Chain | BSC |
| Chain ID | 56 |
| Token address | 0xaE71fd8baCc2f17C43a01C3F4aFF6dEEbc194444 |
| Token name | agentic money |
| Token symbol | agentic money |
| Decimals | 18 |
The token address and display metadata are deployment configuration. Admins can update the Bridge asset configuration when changing the platform meme token.
System Wallets
Section titled “System Wallets”The current branch separates wallet purposes:
| Wallet | Purpose |
|---|---|
| Platform / Fee Receiver | Receives platform fees, protocol revenue, and configured platform ledger accounting flows |
| Gas Funder | Hot wallet used by Bridge withdrawals and gas-funded BSC token transfers |
| User deposit addresses | Deterministically derived from the master seed for each Openfish user wallet |
Production should derive system wallets from the configured master seed whenever possible, so private keys can be recovered from controlled seed material.