# Leverage and Margin in USDT Perpetuals

On Arkham Exchange, you don’t set leverage directly. Instead, leverage is dynamic, and determined by the asset-specific margin schedule.&#x20;

Margin schedules define bands. Each band corresponds to a position size range, with a set initial margin rate and maintenance margin rate.

As your position size increases, the margin requirement also increases, which lowers your effective leverage. This system helps manage risk on larger trades.

### How Margin Schedules work on Arkham

For details on Margin Schedules and Leverage on the Arkham Exchange, see our technical documentation:

<https://arkm.com/docs#perpetuals-and-margin>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codex.arkm.com/the-arkham-exchange/leverage-and-margin-in-usdt-perpetuals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
