> For the complete documentation index, see [llms.txt](https://docs.zetrix.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zetrix.com/en/developer-resources/multisig-dapp/dashboard/transaction-features/send-zetrix.md).

# 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.

<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.

<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.
