> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# BarCommitmentLevel

> Commitment level applied to OHLCV bar emissions.

### TypeScript shape

```ts theme={null}
type BarCommitmentLevel =
  | 'Processed'
  | 'Confirmed';
```

<ResponseField name="Processed" type="enum">
  Bar produced from a transaction the validator has executed but the cluster has not yet voted on (Solana). Lowest latency, may revert.
</ResponseField>

<ResponseField name="Confirmed" type="enum">
  Bar produced from a transaction that has been confirmed (≥ 2/3 stake vote on Solana, canonical-chain block on EVM).
</ResponseField>
