# Multi-signature Transaction

<mark style="color:red;">TBD</mark>

1. Create the transaction as usual (Using the other guides)
2. Using the application backend,

* Sign it with your keys (in case of a minting platform)
* Save the transaction in a database and Setup a custom flow for users to fetch and sign it.
  * It requires custom flow to save signatures as well

3. Once all the required signatures are collected for a transaction (Requires a custom flow in the application backend)
4. Using the Submit endpoint (TODO), it is possible to send the TX with all of the signatures and anvil backend will build the full TX and send it on chain.


---

# 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://dev.ada-anvil.io/guides/transaction/multi-signature-transaction.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.
