> 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="https://1469461171-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXcoJUOiksWSVn1v6flsh%2Fuploads%2F0wXljhdC7wubXnhPgTJE%2Fimage.png?alt=media&amp;token=6646f33b-f422-4c8e-924f-0ed0a2a23e80" alt=""><figcaption></figcaption></figure>

\
2️⃣ Fill up details for sending token.

<figure><img src="https://1469461171-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXcoJUOiksWSVn1v6flsh%2Fuploads%2FTJEFQlLU64aUPsgB0cHR%2Fimage.png?alt=media&amp;token=26ea02c2-59e3-414b-a2dd-2dec36bc0959" alt=""><figcaption></figcaption></figure>

\
3️⃣ Approved and sign.

<figure><img src="https://1469461171-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXcoJUOiksWSVn1v6flsh%2Fuploads%2FSRwgTVXWnMWEhEd785hI%2Fimage.png?alt=media&amp;token=71e0a1fa-7d60-4c47-97bb-787ba6f0882f" 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="https://1469461171-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXcoJUOiksWSVn1v6flsh%2Fuploads%2F1zYbwqA0bDJohTzuRvM4%2Fimage.png?alt=media&amp;token=a4111ccd-58c1-41be-a9cc-66645999d24a" 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="https://1469461171-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXcoJUOiksWSVn1v6flsh%2Fuploads%2FSFDNhrIFtzutNlFgC0mU%2Fimage.png?alt=media&amp;token=e29b681b-5caf-48be-bbd1-383d4c535f82" alt=""><figcaption></figcaption></figure>

***

#### ❌ **Failure Conditions**

* Insufficient approvals collected
* Proposal rejected
* Proposal never executed

This prevents unauthorized or accidental fund movement.
