# Trading Process

Jasper employs a unique trading process that exemplifies our hybrid decentralized model:

1. **Price Acquisition**: Users begin their trading journey on Jasper’s platform by viewing the latest option protocol fees, fetched in real-time from our centralized pricing service. This ensures that all potential trades are based on the most current and accurate financial data.<br>
2. **Initiating a Trade**: When a user decides to buy an option, they interact with Jasper's dApp, which displays the necessary protocol fee information. If the buyer agrees to the price, they can initiate a trade directly through the dApp.<br>
3. **Order Processing**: Once the order is submitted, it is picked up by a centralized listening service, which is responsible for notifying a representative of the seller. This centralized component acts swiftly to validate the signed price data included in the order.<br>
4. **Trade Confirmation and Settlement**: After validating the price signature, the seller agrees to the trade, and the transaction moves forward. The actual exchange of assets—facilitated by smart contracts—is conducted entirely on-chain. This ensures that the final settlement is secure and immutable.<br>
5. **Post-Trade**: If the buyer chooses not to exercise their option by the expiration date, the assets locked in the smart contract are safely returned to the seller, concluding the transaction with no obligations unmet.


---

# 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.jaspervault.io/jasper-pro/trading-process.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.
