# ExeiBit OS — Operator Brief (v5.0)

## What you get on day one

- A sovereign tenant (own identity hash, own audit chain).
- A tier with a fixed number of "muscle" slots (integrations).
- Access to the BitStore marketplace of curated Bits.
- A drift-immune economic ledger — every euro or credit is integer-exact.

## Tiers and slots

| Tier        | Muscle slots | Best for                                    |
| ----------- | ------------ | ------------------------------------------- |
| STARTER     | 2            | Solo operators validating a use-case        |
| GROWTH      | 5            | Small teams with 2–3 live integrations      |
| SOVEREIGN   | 12           | Agencies running multi-CRM operations       |
| ENTERPRISE  | 32           | Multi-brand orgs, federated business units  |

## Available muscles

- **GHL** — GoHighLevel CRM (OAuth 2.0 or PIT)
- **HUBSPOT** — HubSpot CRM
- **SHOPIFY** — commerce events
- **STRIPE** — payments + subscriptions
- **META** — Meta lead-forms and page events
- **CALENDAR** — scheduling primitives

## Onboarding in four steps

1. **Company details** — name + sector.
2. **Muscles** — pick your integrations (must fit within tier cap).
3. **Tier & slots** — confirm tier; slot allocation is enforced by DB
   trigger (`SQLSTATE 42501` on cap violation).
4. **Ignite** — a tenant is created, an audit event `tenant_onboarded` is
   sealed, and you land on the BitStore filtered to your muscles.

Start at [exeibit.com/app/onboard/tenant](https://www.exeibit.com/app/onboard/tenant).

## Economic model

- All prices are stored as **sixteenths of a Credit (1/16 CR)** — a bigint,
  never a float.
- Platform fee is exactly **1/16** of gross on every transaction.
- Net (15/16) flows into `royalty_splits` set by the Bit's creator.
- Splits must sum to `16/16`. Any recipient can accept, decline, or hold —
  buffered splits auto-refund after 14 days.

## Governance and audit

- Every write is a canonical event with a `dispatch_hash`.
- Every settlement is reconciled against a `verifiedAuditChainSum` by the
  Drift Sentinel — mismatch triggers auto-quarantine.
- All actions taken by avatars require **`request_action_confirmation`**
  before hitting an external system.

## Support

- Onboarding help: onboarding@exeibit.com
- Billing / disputes: billing@exeibit.com
- Status page: https://www.exeibit.com/engine/drift-sentinel
