You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the dual-rail revenue epic. ⚠️Blocked on #4930 (signup/checkout/plan-selector UI) — this issue extends that UI; do not start before it lands. Customers must be able to choose their settlement rail at checkout and switch later in account settings (#7665's surface), with usage always displayed in the one metered unit.
Requirements
Rail selection at checkout: a single explicit choice point (Bittensor rail vs conventional billing) inside Build a signup/checkout/plan-selector UI #4930's flow; everything upstream of the choice is rail-agnostic.
Vocabulary isolation: the conventional-billing path contains zero crypto concepts (no wallet/stake/subnet language anywhere in its flow), and the Bittensor path presents its native affordances (wallet connect, stake source) without conventional-billing scaffolding — each audience gets a coherent, single-worldview flow. The isolation lives in the rail-selection boundary component, not scattered conditionals.
Every rail-facing action reflects settlement-backend state truthfully (pending/settled/failed from the interface's status, no optimistic "paid").
Context
Part of the dual-rail revenue epic.⚠️ Blocked on #4930 (signup/checkout/plan-selector UI) — this issue extends that UI; do not start before it lands. Customers must be able to choose their settlement rail at checkout and switch later in account settings (#7665's surface), with usage always displayed in the one metered unit.
Requirements
Deliverables
Expected outcome
A tradfi customer and a Bittensor-native customer each experience a coherent product; the rail is a checkout choice, not an identity.