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

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

<Callout type="warn">
  Details on this page are being finalised and are subject to change prior to launch.
</Callout>

## Overview

RISEx has three account types with different latency profiles. This tiered system balances fair access for retail users while providing the speed professional traders need.

***

## Account Types

### Click Traders

The default tier for all users. Optimized for retail traders using the web interface.

| Action       | Latency |
| ------------ | ------- |
| Taker Order  | 300ms   |
| Maker Order  | 200ms   |
| Cancel Order | 100ms   |

**Who it's for**: UI traders, casual users, anyone who doesn't need ultra-low latency.

***

### API Traders

For algorithmic traders, market makers, and HFT strategies. Requires registration to access.

| Action       | Latency |
| ------------ | ------- |
| Taker Order  | 100ms   |
| Maker Order  | 50ms    |
| Cancel Order | 10ms    |

**Who it's for**: Algo traders, quant strategies, market makers, anyone building automated systems.

***
