> For the complete documentation index, see [llms.txt](https://docs.ichigeki.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ichigeki.app/getting-started/how-it-works.md).

# How it works

ICHIGEKI is a thin, honest layer between your wallet and Derive's options exchange. You sign; Derive matches and settles.

## The flow

```
Robinhood Wallet / any EVM wallet
              │
              ▼
      ICHIGEKI interface
   (strike ladder, countdown,
    premium / max loss / fees)
              │
              ▼
     order signed by YOU
              │
              ▼
   Derive Exchange order book
      (matching, liquidity)
              │
              ▼
   Derive Protocol settlement
        (Derive Chain)
              │
              ▼
  your self-custodial Derive
          subaccount
```

At no point in this flow does ICHIGEKI hold funds, keys, or positions.

## Who does what

**ICHIGEKI handles:**

* Wallet connection
* Funding and bridge orchestration (two visible legs — see [Funding](/getting-started/funding.md))
* Instrument selection: the nearest daily BTC expiry, strikes with live quotes
* The simplified strike-and-direction interface
* Quote presentation: exact premium, fees, max loss and breakeven before you confirm
* Order signing prompts — the signature is always yours
* Order, position and settlement display
* Risk disclosures and geographic controls

**Derive handles:**

* The options instruments themselves
* Order matching
* Market-maker liquidity
* Margin calculations and collateral accounting
* Oracle-based marking
* Expiry and cash settlement in USDC

## The three chains involved

| Chain           | Chain ID | Role                                 |
| --------------- | -------- | ------------------------------------ |
| Robinhood Chain | 4663     | Optional funding entry (USDG)        |
| Arbitrum        | 42161    | Bridge waypoint (USDC)               |
| Derive Chain    | 957      | Where options live and settle (USDC) |

The option is a Derive Chain position. Robinhood Chain is where your funds can start, not where the contract settles. ICHIGEKI does not describe these as Robinhood Chain-native options, because they are not.

## What this buys you

* No ICHIGEKI liquidity pool, market-making desk, or custody wallet to trust
* An existing, live order book with professional market makers on the other side
* Cash settlement at a fixed, published time: 08:00 UTC daily

## What it costs you

* Dependence on Derive's operated services — see [Risks](/security/risks.md)
* A two-leg funding route rather than a single deposit — see [Funding](/getting-started/funding.md)
* Only the strikes that are actually quoted — see [Liquidity](/product/liquidity.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ichigeki.app/getting-started/how-it-works.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
