# SDK

This SDK efficiently manages the complete workflow involved in blockchain transactions—covering all critical stages from transaction creation and preparation, through secure signing procedures, to final broadcasting onto the network. By encapsulating these sophisticated and often complex processes within a streamlined API, it significantly simplifies integration for developers. This design empowers developers with intuitive methods to execute transaction workflows seamlessly, reducing complexity and enhancing productivity.

To learn more and access comprehensive details, usage examples, and technical documentation, please visit the detailed [INTMAX Client SDK](https://aquatic-paperback-675.notion.site/INTMAX-Client-SDK-Docs-176d989987db8096a012d144ae0e0dba?pvs=73) page.

For a comprehensive integration guide, including usage examples and technical documentation, please refer to the official [INTMAX Client SDK Integration Guide](https://www.notion.so/INTMAX-Client-SDK-Integration-Guide-208d989987db809db876ff8c79e78853) on Notion.

You can also explore the SDK’s source code, installation instructions, and additional resources on [GitHub](https://github.com/InternetMaximalism/intmax2-client-sdk/).


---

# 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://intmax-general.gitbook.io/intmax-privacy-mining/hidden-pages/sdk.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.
