> For the complete documentation index, see [llms.txt](https://docs.interestprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interestprotocol.com/overview/sui/suicoins/send.md).

# Send

Suicoins integrates with **Mysten Labs' zkSend** to provide an innovative way to send and claim digital assets securely and anonymously. This feature supports **any publicly transferrable asset** and enables users to create claim links with ease.

Effortlessly send coins, NFTs, and other assets on the **Sui Network** in stealth mode within seconds.

***

### <mark style="color:blue;">Key Features</mark>

1. **Create zkSend Claim Links**
   * Generate claimable links for secure and private transfers of assets.
   * Support for all publicly transferrable assets, including:
     * Coins
     * NFTs
     * Other digital tokens
2. **Two Modes of Usage**
   * **Simple Link:**\
     Combine multiple assets (e.g., coins, NFTs) into a single claimable link.
   * **Bulk Link:**\
     Distribute a specific coin through multiple claimable links, ideal for batch transactions.\
     \&#xNAN;*(Note: This feature is exclusive to coins.)*
3. **Anonymity and Speed**
   * Send and claim assets in stealth mode, ensuring privacy.
   * Transactions are completed within seconds.

***

### <mark style="color:blue;">How It Works</mark>

1. **Choose a Mode:**
   * Select either the **Simple Link** or **Bulk Link** option, depending on your transfer requirements.
2. **Prepare the Assets:**
   * For Simple Link: Add various assets like coins and NFTs to be included in one claimable link.
   * For Bulk Link: Specify the coin and number of claimable links to create.
3. **Generate and Share the Link:**
   * Suicoins will create a zkSend claim link based on your inputs.
   * Share the link with recipients for them to claim the assets.
4. **Claim Assets:**
   * Recipients can use the provided link to claim their assets instantly and privately.

***

### <mark style="color:blue;">Implementation</mark>

Developers interested in implementing zkSend functionality can use the following resources:

* **Mysten Labs SDK:** [sdk.mystenlabs.com/zksend](http://sdk.mystenlabs.com/zksend)
* **Suicoins Open-Source Code:** [github.com/interest-protocol/sui-coins](http://github.com/interest-protocol/sui-coinsS)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.interestprotocol.com/overview/sui/suicoins/send.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
