> For the complete documentation index, see [llms.txt](https://imfact.gitbook.io/imfact-js-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imfact.gitbook.io/imfact-js-sdk/introduction.md).

# Introduction

* imfact-sdk-js is the official **JavaScript/TypeScript SDK** for interacting with the ImFACT blockchain.
* It provides a streamlined interface for creating, signing, and submitting operations, while abstracting low-level protocol details.
* All APIs are structured with a developer-first approach, using intuitive method naming and consistent camelCase conventions to ensure clarity and ease of use across both browser and Node.js environments.

The SDK is actively evolving. Always use the latest version to ensure compatibility and access to the newest features and improvements.

<mark style="background-color:purple;">**The account abstraction feature is now live!**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">Dive in here: (</mark>[<mark style="background-color:purple;">link</mark>](/imfact-js-sdk/account-abstraction.md)<mark style="background-color:purple;">)</mark>

<table data-header-hidden><thead><tr><th width="127"></th><th></th></tr></thead><tbody><tr><td>License</td><td>General Public License (GPL) : <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/licenses/gpl-3.0.en.html</a></td></tr><tr><td>Version</td><td>v2.0.0 (@imfact/sdk)<br>v2.0.0 (@imfact/account-abstraction)</td></tr><tr><td>Contact</td><td>Surpport Team : <a href="mailto:cs@protocon.io">contact@imfact.im</a></td></tr><tr><td>Terms</td><td></td></tr><tr><td>Npm link</td><td><a href="https://www.npmjs.com/package/@mitumjs/mitumjs">https://www.npmjs.com/package/@imfact/sdk</a><br><a href="https://www.npmjs.com/package/@imfact/account-abstraction">https://www.npmjs.com/package/@imfact/account-abstraction</a></td></tr></tbody></table>

{% content-ref url="/spaces/lzgNF6OkPMynqLBIK4YG/pages/BNpscUF5WYmcNiC2iRGf" %}
[Development Documentations](https://imfact.gitbook.io/imfact-network/imfact-network/development-documentations)
{% endcontent-ref %}


---

# 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:

```
GET https://imfact.gitbook.io/imfact-js-sdk/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.
