# Salaried3

### About the Protocol

> Salaried3 is a Payment Streaming tool for DAOs/Organizations to stream salaries to their members over a period of time by batching transactions together.
>
> The streams are ERC20 native so the senders and receivers do not have to wrap/unwrap tokens to be compliant with ERC777. The funds can directly be withdrawn from the stream to the wallet or send to another address without withdrawing to the wallet.

## Getting Started

**Got 2 minutes?** Check out a video overview of our product:

![](/files/AanC3vsvf930ZChQAxwA)

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="/pages/dK4nOTPDwlXA79njUH5B" %}
[DAOs and Organizations](/salaried3-docs/daos-and-organizations/introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/wrP6KgwWes6TpF2KOzJk" %}
[Stream Recipients](/salaried3-docs/stream-recipients/introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/8In0YsfRdCcZoW1w9lck" %}
[Lending and Borrowing](/salaried3-docs/lending-and-borrowing/lenders-handbook.md)
{% endcontent-ref %}


---

# 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://archisman-das.gitbook.io/salaried3-docs/salaried3.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.
