# How it works

Rysk operates through two core components that work together to bring covered calls and cash-secured puts in DeFi.

1. **The Protocol:** handles collateralization, settlement, and options logic.
2. **The RFQ System:** executes trades through efficient auctions that determine the premium for each option trade.

<figure><img src="https://2559665757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7tHAl50whbE5aof8T5A2%2Fuploads%2F6Fg2X5pg0HNMdpKQVj3n%2FRysk%20V12%20Mechanism.jpg?alt=media&#x26;token=75626a75-c154-4c46-8616-812f9fefaf9a" alt=""><figcaption></figcaption></figure>

### **1. The Protocol**

The options contracts are fully on-chain, utilizing the highly battle-tested and audited Opyn/Rysk Gamma Smart Contracts.&#x20;

The protocol manages all on-chain logic related to position lifecycle, collateral, and settlement. It defines how covered calls and cash-secured puts are structured, how collateral is held, and how payouts are executed at expiry.

#### Contract Specifications:

* **European-style** options
* **Collateralization:**\
  Each position is fully collateralized and **physically settled** at the time of trade.

  * For covered calls, the seller deposits the underlying asset (for example, HYPE).
  * For cash-secured puts, the seller deposits stablecoins equal to the strike value.

  Collateral remains locked in the smart contracts until expiry. There is no rehypotetication, liquidations, or external custody. Funds can't be accessed before expiry.
* **Settlement:**\
  All contracts are **physically settled**. At expiry, the **Stork oracle** publishes the reference price for each asset. If the options expires in the money and need to be settled, the collateral is **physically exchanged** at the strike price

#### **2. The RFQ System**

The RFQ (Request for Quote) engine handles trade execution and pricing between users opening covered calls and cash secured puts positions and the counterparties.

When a user selects an asset, strike, and expiry, the RFQ engine requests live bids from integrated makers. Each bid represents the premium that counterparties are willing to pay for the option.

* The best bid is displayed to the user in real time.
* Once confirmed, the trade executes immediately on-chain.
* The user receives the **premium upfront** in **USD.**
* Collateral is locked until expiry.

This model ensures efficient and competitive pricing, instant execution and scalability.

#### Become a Counterparty

The RFQ system is open to to anyone interested in bidding to buy options. If you are interested in integrating, please reach out to the telegram group (<https://t.me/+CNo-FQXse-xhMDA0>) for technical documentation and integration support.


---

# 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://docs.rysk.finance/getting-started/protocol-and-product/how-it-works.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.
