> For the complete documentation index, see [llms.txt](https://docs.jaspervault.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jaspervault.io/jasper-pro/trading-process.md).

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