Beta Readiness
Is KINE ready for controlled public beta testing?
Controlled beta gate for the current public-safe build. The page separates what is ready, what is still limited, and what still needs validation.
Clear beta verdict
Ready for controlled public beta
Use this build for a small invite group, not a production launch.
Needs review
Feedback validation and a few operator checks still matter before broadening access.
Not production launch
No production-grade fund protection, no universal blocking, no hidden signing.
What is ready
The current beta can support a controlled invite group.
Hosted routes return 200
Connect works in read-only beta mode
Preview, consequences, and receipts are wired
Feedback and waitlist paths exist
Admin and Agent Arena are visible as beta surfaces
What remains limited
Read-only beta is not the same as production protection.
No production-grade fund protection claim
No universal blocking claim
Feedback validation still needs operator review
Some wallet families are proof-path or roadmap only
What beta testers should test
Use this exact sequence when validating the private beta path.
Step 1
Open /connect
Step 2
Connect wallet
Step 3
Confirm no signature request
Step 4
Open /session-intelligence
Step 5
Confirm runtime events visible
Step 6
Open /preview
Step 7
Run ALLOW/WARN/BLOCK examples
Step 8
Open /consequences
Step 9
Confirm Execution Translator explains decision
Step 10
Open /receipts
Step 11
Confirm evidence boundary
Step 12
Submit test feedback
Step 13
Check /admin
Step 14
Run hosted route verifier
Advanced evidenceScoreboard, checklist, architecture lock, route verifier, legacy context
Readiness Scoreboard
Current beta readiness snapshot across the consumer-facing runtime.
Hosted routes
PASSPublic routes are returning 200 in the hosted verification set.
Runtime event bus
PASSPreview, consequence, decision, receipt, and policy events are wired locally.
Wallet connect
PASSInjected EVM connect flow remains available.
Preview execution
PASSPreview page emits ALLOW/WARN/BLOCK runtime signals.
Execution translator
PASSConsequences page explains why KINE decided.
Receipts
PASSReceipts page exists and the evidence boundary remains visible.
Feedback loop
NEEDS TESTINGBug report flow exists, but beta operator validation is still needed.
Admin command center
BETA SCAFFOLDAdmin page is present, but it remains a scaffold rather than production control plane.
Current architecture lock
The minimum runtime stack that should stay visible to operators.
KINE Runtime
Runtime Event Bus
Execution Translator
Session Intelligence
Receipts
Admin Command Center
Feedback Loop
Route Verifier Command
Copyable hosted verification command for later operator use.
foreach($r in @("/","/connect","/wallet-health","/session-intelligence","/approvals","/preview","/consequences","/receipts","/api/guard/preview")){ try{ $x=Invoke-WebRequest ("https://kineguard.com"+$r) -UseBasicParsing -TimeoutSec 20; Write-Host ("OK "+$r+" -> "+$x.StatusCode) } catch { Write-Host ("FAIL "+$r+" -> "+$_.Exception.Message) } }Never enter this
Tester safety rules for public beta and demos.
Do not enter seed phrases.
Do not enter private keys.
Do not enter passwords.
Do not enter real API secrets.
Do not submit sensitive wallet data.
Do not sign real transactions as part of the demo.
Legacy beta context preserved
The page still keeps the earlier readiness notes and demo-safe guidance.
Public demo route is available at /demo.
Desktop navigation is grouped into SaaS-style categories.
Mobile navigation drawer works on narrow screens.
Waitlist capture works locally with JSON and CSV export.
Feedback / bug capture works locally with JSON and CSV export.
Approval scanner demo flow is visible.
Agent Arena demo is verified and public-safe.
Route verifier is hardened with warm-up, retries, and route tiers.
Notion Waitlist CRM and Feedback Bug Queue exist for manual import.
Public beta truth boundary
This readiness page describes a private beta candidate. It does not claim production-grade protection, universal wallet blocking, or guaranteed fund safety.