# Zebec Evm Sdk

This SDK is organized into three main modules: `bulk-transfer`, `staking`, `stream` Each clients serves a specific purpose and provides functionalities related to its respective domain.

1. **`stream` Client:** This client is focused on financial streaming, which involves continuous and scheduled payments or allocations.
2. **`bulk-transfer` Client:**  This client deals with scheduled bulk transfers of assets or tokens.
3. **`staking` Client:** This client is related to staking assets.

**Usage:** Developers can use this SDK to integrate and interact with various zebec functionalities in their applications. Depending on their needs, they can import and utilize specific modules from the SDK, such as bulk transfers, staking, streaming, or multisignature operations. The SDK provides pre-defined class, types and interfaces to facilitate seamless integration and interaction with these functionalities.


---

# 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.zebec.io/zebec-evm/zebec-evm-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.
