# Introduction

The SDK provides a simple and efficient way to interact with the Siriusnet Blockchain. It abstracts the complexities of blockchain interactions and provides a straightforward API that developers can use to record and retrieve battle records.

Key features of the SDK include:

* **Battle Record Management**: The SDK provides methods for recording and retrieving battle records. This allows game developers to easily integrate battle record functionality into their games.
* **Blockchain Integration**: The SDK handles all the interactions with the Siriusnet Blockchain. This includes sending requests to the blockchain and processing the responses.
* **Security**: The SDK uses secure methods for interacting with the Siriusnet Blockchain. This ensures that the battle records are securely recorded on the blockchain and that the data integrity is maintained.
* **Ease of Use**: The SDK is designed to be easy to use. It provides a simple API that developers can use to record and retrieve battle records without needing to understand the underlying blockchain technology.

The SDK is designed to be flexible and can be integrated into any game. Whether you're developing a strategy game, a first-person shooter, or a role-playing game, you can use the Siriusnet Blockchain SDK to record your game's battle records and reward your players.

We're excited to see what you build with us!


---

# 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://siriusnetdocs.gitbook.io/doc/sdks-and-apis/games/sdk-documentation/introduction.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.
