Operator-Reviewed Service Delivery
GCA Service Delivery Playbook
This playbook explains how GCA AI Quant Access services should move from account intake to manual review, report delivery, and credit usage records without custody, wallet signatures, exchange API secrets, or automatic trading access. It is not automated trading and not a self-service trading product.
The controlled account UI accepts device-key protected catalog requests and returns a redacted account-scoped history. Submission uses server-defined service units and does not reserve or deduct credits. Append-only manual review, approved delivery recording, and at-most-once credit settlement are now live.
Published operator-reviewed delivery workflow.
Account request, append-only review, delivery, and usage-ledger routes are live with separate access controls.
No self-service deduction and no automatic member benefit transfer.
No private keys, seed phrases, signatures, withdrawal rights, or exchange API secrets.
Delivery Flow
Risk Reports
Liquidation Replay, risk warning review, and position-size review focus on what happened, what invalidated the setup, and what risk rule should be used next.
Research Tools
Backtest Lab, ENTRY_READY Review, and China Narrative Radar are research workflows. They do not create an order, guarantee an outcome, or bypass risk controls.
Member Support
GCA Member accounts can receive priority queue handling after eligibility review, but member status does not create automatic transfers or trading permission.
What Gets Recorded
What Never Happens Here
- No private key, seed phrase, wallet signature, custody, withdrawal permission, or exchange API secret collection.
- No production trading connection, no automatic order placement, and no automatic trading access.
- No self-service credit deduction before operator review.
- No cash, income, reimbursement, price target, or market outcome promise.
Route Status
POST /gca/account-service-requests is device-key protected, account-scoped, rate-limited, and idempotent.POST /gca/account-service-requests/status returns at most 25 redacted account records.POST /gca/account-service-requests/follow-ups is device-key protected, more-information only, bounded, and idempotent.POST /gca/account-service-requests/cancellations is account-scoped, limited to queued requests before review, permanent, and idempotent.GET/POST /gca/service-request-reviews is live and token-protected with gca_service_request_review_v1.0014_service_request_cancellations.sql and 0015_service_request_followups.sql, the Worker deploy, and latest public/admin read-only smoke passed on 2026-08-10 UTC.Copy-Ready Public Summary
GCA Service Delivery Playbook is live. Authenticated accounts can submit catalog requests, answer a public more-information prompt, cancel their own queued request before review, and read redacted lifecycle history. Manual delivery requires prior approval, and one service request can settle its server-catalog credit unit at most once. No route connects an exchange or creates trading permission.