# @mybucks.online/core

The core components responsible for hashing, private-key generation, and the logic to parse and generate transfer-link tokens have been extracted into an independent package [here](https://www.npmjs.com/package/@mybucks.online/core).

**This provides a great opportunity for businesses to automate their airdrops or gifting effectively using mybucks.online.** By integrating this library, you can programmatically generate thousands of unique wallet links and distribute them via your own marketing platforms, email lists, or social media campaigns.

```
npm install @mybucks.online/core
```


---

# 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://docs.mybucks.online/concept/mybucks.online-core.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.
