The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Concierge Intel listing page.
Private intelligence terminal for markets and the onchain economy — with RWA-tokenized creator signals.
Production site: your deployed domain (e.g. Executive Lounge on Vercel)
Repository: private gold-panel — clone from your Git remote only; do not commit secrets
Executive Lounge combines a live market wire, RWA intelligence certificates (creator signals with optional Solana NFT mint), and a paid Concierge AI desk. Micropayments use the x402 protocol (USDC on Base and Solana) via PayAI (primary) with Dexter fallback and OpenDexter agent discovery. Also listable on x402scan.com when discovery endpoints are enabled.
Security: Documentation uses placeholders only. Never commit API keys, RPC URLs with keys, or KV tokens. See docs/security.md.
| Document | Description |
|---|---|
| docs/overview.md | Product features, pricing, and user flows |
| docs/rwa.md | RWA certificates, Solana NFT mint, reader badges |
| docs/rwa-solana-setup.md | Solana mint env, RPC, troubleshooting |
| docs/architecture.md | Stack, repo layout, and request flow |
| docs/getting-started.md | Local development setup |
| docs/configuration.md | Environment variables |
| docs/api-reference.md | HTTP API endpoints |
| docs/x402-payments.md | x402 payment integration (PayAI + Dexter) |
| docs/mppscan.md | MPPscan + AgentCash discovery |
| docs/paysh.md | pay.sh agent CLI catalog + pay-skills listing |
| docs/concierge-ai.md | Concierge AI behavior and language rules |
| docs/creator-signals.md | Publish / unlock signals and revenue split |
| docs/deployment.md | Vercel production deployment |
| docs/security.md | Security-first rules for docs and ops |
| SECURITY.md | Secrets checklist (repo root) |
Open the dev URL shown in the terminal (typically port 5173). The lounge UI is served from public/executive-lounge.html with API routes proxied in development.
| Action | Price |
|---|---|
| Browse lounge headlines | Free |
| Open RSS article | 0.1 USDC |
| Concierge message | 0.1 USDC |
| Unlock creator signal | 0.1 USDC |
| Publish creator signal | 1 USDC (anti-spam) |
Reader unlock fees on creator signals split 50% creator / 50% merchant; the creator half is sent on-chain to their wallet after each unlock. The publish fee is 100% merchant.
Solana publish: after 1 USDC, creators mint an RWA NFT in Phantom (~0.03 SOL gas). See docs/rwa.md.
| Command | Purpose |
|---|---|
npm run dev | Vite dev server + concierge API plugin |
npm run build | Production build + x402 + mint-signal bundles + deploy-version.txt |
npm run build:x402 | Rebuild public/js/x402-pay.mjs only |
npm run lint | ESLint |
Private project — see repository owner for terms of use.