Evernomics Auction tracks approved startups from evidence to token and prediction-market status.
This dashboard is the workflow layer for manual review, startup approval, market registry, provider integration status, participant positions, and audit logging. It does not implement exchange math or bypass compliance review.
Manual approval first, provider execution second.
Every token, DEX, and prediction-market action is tracked as an auditable workflow step. API keys are expected in environment variables; no network-specific values are hardcoded into this page.
Build order status
| Admin dashboard | Live |
| Startup registry and approval flow | Live |
| Market registry | Live |
| Solana / DEX / launch workflow | Adapter pending keys |
| Prediction market API workflow | Adapter pending keys |
| Audit logging and participant views | Visible |
Approved startups and launch readiness.
| Startup ID | Name | Approval status | Token / market status | Launch timestamp | Evidence |
|---|---|---|---|---|---|
| SVET-AUC-001 | AIPitchScout | Approved for workflow tracking | Manual review before mint Draft market ready |
Pending manual approval | |
| SVET-AUC-002 | Agentic Finance Hermes | Evidence collection | Not started Question design |
Not scheduled |
Prediction markets and outcome identifiers.
| Market ID | Startup ID | Market question | Status | Outcome mint / API ID | Open / close | Resolved result |
|---|---|---|---|---|---|---|
| MKT-AIPITCHSCOUT-001 | SVET-AUC-001 | Will AIPitchScout complete investor API pilot onboarding before the stated close time? | Draft | Pending provider API identifier | After token/manual review approval TBD by admin |
Unresolved |
| MKT-HERMES-001 | SVET-AUC-002 | Will the Hermes master class produce a deployable finance-agent demo by session end? | Research | Not minted | Not scheduled Not scheduled |
Unresolved |
Modular integrations, swappable providers.
Solana / token launch adapter
Tracks approval-to-token-launch workflow; does not implement exchange math.
Not configured
Environment: SOLANA_RPC_URL, SOLANA_KEYPAIR_PATH, AUCTION_TOKEN_PROGRAM_ID
QuickNode RPC adapter
Provider-swappable RPC layer for token and wallet status reads.
Not configured
Environment: QUICKNODE_SOLANA_RPC_URL
Prediction market API adapter
Creates and monitors market records through documented external endpoints.
Not configured
Environment: PREDICTION_MARKET_API_URL, PREDICTION_MARKET_API_KEY
DEX / liquidity adapter
Tracks launch status and external identifiers without bypassing manual review.
Not configured
Environment: DEX_PROVIDER_API_URL, DEX_PROVIDER_API_KEY
Wallet/user positions and balances.
| Wallet or user ID | Market ID | Position | Balance | Last updated |
|---|---|---|---|---|
| wallet-required-after-kyc | MKT-AIPITCHSCOUT-001 | No live position | 0 | Awaiting participant onboarding |
| admin-observer | MKT-HERMES-001 | Monitor only | 0 | Initial registry setup |
External calls and workflow actions are recorded.
| Action | Actor | Timestamp | Result | Error |
|---|---|---|---|---|
| dns_subdomain_created | Codex / Cloudflare API | 2026-07-11 20:22 UTC | auction.evernomics.com DNS points to the Evernomics origin through Cloudflare proxy | - |
| workflow_dashboard_initialized | Codex | 2026-07-11 20:22 UTC | Startup registry, market registry, participant status, adapter status, and audit views created | - |
| external_provider_calls | System | Runtime | No Solana, DEX, or prediction-market calls are made until API keys and manual approval are configured | - |
Compliance note: startup approval, token launch, liquidity, and prediction-market publication remain manual-review gated. This workflow layer is intentionally separate from exchange math and provider-specific settlement logic.