# Account Types (/docs/risex/trading/account-types)

import { Callout } from 'fumadocs-ui/components/callout';

## Why We Run Latency Bumps

When prices move, takers with faster infra race to pick off stale quotes before makers can cancel. Makers eat the loss, widen spreads, books thin out.

By delaying takers, makers are able to pull their orders before being adversally selected. This leads to tighter spreads and better execution for retail and a healthier venue.

***

## Latency Bumps

A latency bump is an artificial delay injected after an order or cancel is processed. Takers, makers, and cancels each get their own delay, with takers always delayed longest.

| Tier             |  Taker |  Maker | Cancel |
| ---------------- | -----: | -----: | -----: |
| **API Trader**   | 100 ms |  10 ms |  10 ms |
| **Click Trader** | 300 ms | 200 ms | 200 ms |

***

## Get API Trader Access

New accounts default to the Click Trader tier. To request the API Trader tier, [open a support ticket](/docs/risex/onboarding/support) in the RISE Discord.

***

## Fees

Fee schedules are identical across the API Trader and Click Trader tiers. See the [fee schedule](/docs/risex/trading/fees) for current rates.
