# Inscrib3 library

Our goal is to make sure that more and more people can actively contribute to the advancement of applications using Bitcoin technology. Having seen that there was no library available that in an easy way would allow anyone to integrate ordinal BTC inscription technology into their dapp we decided to do it ourselves and distribute it by contributing to the open source world.

The library facilitates inscription transmission via the Bitcoin ordinals protocol by providing a user-friendly interface to define a spending taproot address, a file for inscription, an inscription address, and a tip address. Our aim is for this library to play a pivotal role in fostering widespread adoption and regular utilization of Bitcoin inscription technology.

The next improvement will be to publish this library as a npm package to make it even easier to use.


---

# 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://inscrib3.gitbook.io/inscrib3/features/inscrib3-library.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.
