# Send Zetrix

#### **Purpose**

Enables users to transfer Zetrix native tokens from the multisig account to another blockchain address while enforcing collective approval security.

***

#### **Fields Required**

* **Recipient Address**
* **Amount**

***

#### **Security Behavior**

Transactions do **not** execute instantly.\
Instead, they are submitted as **proposals**, ensuring that:

* No individual can unilaterally transfer funds
* Transactions are evaluated and approved collectively
* Governance rules are respected

***

#### **Lifecycle**

1️⃣ Proposal Created

<figure><img src="/files/qjQPfXkRE9GyY2adpTVr" alt=""><figcaption></figcaption></figure>

\
2️⃣ Fill up details for sending token.

<figure><img src="/files/ifIMOs34PDQDp3PJyFDc" alt=""><figcaption></figcaption></figure>

\
3️⃣ Approved and sign.

<figure><img src="/files/ndf3dDCUmcIX0r26AFUl" alt=""><figcaption></figcaption></figure>

\
4️⃣ Funds is approved from initiator. To proceed the transaction next signer need to sign based on threshold.&#x20;

<figure><img src="/files/pvEFkiHc5Pf719aOacGn" alt=""><figcaption></figcaption></figure>

5️⃣Next signer will login and approved the transaction in pending transaction. Transaction will submitted after threshold is completed.&#x20;

<figure><img src="/files/ZvOs8uP3cYagTeM8Qpin" alt=""><figcaption></figcaption></figure>

***

#### ❌ **Failure Conditions**

* Insufficient approvals collected
* Proposal rejected
* Proposal never executed

This prevents unauthorized or accidental fund movement.


---

# 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.zetrix.com/en/developer-resources/multisig-dapp/dashboard/transaction-features/send-zetrix.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.
