# Introduction

## Introduction

The Paymagic Automate API allows DAOs & crypto teams to automate frequent payouts to their community like running payroll, paying out bounties, funding grants, issuing rewards, or reimbursing expenses.

The Automate API is a simple RESTful API that can be used with any web app/Airtable/Notion/Discord/etc so that crypto teams don’t have to spend countless hours formatting transactions or getting multiple signatures and can focus on their core product instead.

The service revolves around a **Smart Payout Account** which is a customized [Gnosis Safe](https://gnosis-safe.io/) with a 1 of 2 multi-sig threshold where the customer controls one key and Paymagic controls the other. A Smart Payout Account allows automated transaction execution, batching, fraud prevention, gas management, and cross-chain execution.

<div align="center"><img src="/files/m1XoZBvPo8ClcM4oKmJN" alt="Smart Payout Account: Onchain Architecture"></div>


---

# 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-v1.paymagic.xyz/introduction.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.
