# Data Management and Storage

Efficient handling of both on-chain and off-chain data.

### On-Chain Data

* Smart contract state and events
* Transaction history
* User balances and betting records

### Off-Chain Data

* Sports statistics and historical data
* User preferences and settings
* Caching mechanisms for improved performance
* Decentralization plans (upcoming)

### Data Synchronization

* Ensuring consistency between on-chain and off-chain data
* Handling network disruptions and data conflicts


---

# 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://pinwin-xyz.gitbook.io/pinwin.xyz-docs/technical-infrastructure/data-management-and-storage.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.
