# Safety

## Security & Treasury Safeguards

Treza is built for trustless execution — and that trust begins with how we secure funds, infrastructure, and decision‑making. From agent task isolation to multi‑signature governance, every layer is designed to minimize risk and maximize transparency.

***

### Treasury Structure & Allocation

All protocol‑controlled wallets are secured using a **2‑of‑2 multi‑signature** model. No funds can move without both authorized signers approving, ensuring operational integrity and preventing unilateral access.

#### **Team**

**Allocation:** 65%\
**Security:** 48-month linear vesting through audited smart contracts\
**Purpose:** Long-term contributor alignment and protocol execution

#### **Initial Liquidity**

**Allocation:** 10%\
**Security:** Locked liquidity via decentralized exchange mechanisms\
**Purpose:** Bootstrap token trading and enable open market price discovery

#### **Marketing**

**Allocation:** 10%\
**Security:** 2-of-2 multi-signature\
**Purpose:** Brand growth, awareness campaigns, and ecosystem expansion

#### **Research & Development (R\&D)**

**Allocation:** 5%\
**Security:** 2-of-2 multi-signature\
**Purpose:** Innovation, internal tooling, and long-term protocol advancement

#### **Seed Investors**

**Allocation:** 5%\
**Security:** 2-of-2 multi-signature\
**Purpose:** Early capital support, aligned with project growth

#### **CEX Listing**

**Allocation:** 5%\
**Security:** 2-of-2 multi-signature\
**Purpose:** Centralized exchange liquidity, listing fees, and strategic access

***

### Execution, Governance & Token Safety

Treza’s on-chain governance and execution model is designed for **verifiability and safety** at every level.

* **Proposer/Executor Mechanism:**\
  Treza’s smart contracts use OpenZeppelin’s **TimelockController** to separate powers between **Proposers** (who queue approved operations) and **Executors** (who carry them out after the timelock delay).
  * Proposers can submit governance-approved transactions, schedule contract upgrades, or manage treasury operations.
  * Executors can only act on approved and time-locked operations — never immediately or unilaterally.
  * This ensures every change or fund movement is transparent, delayed, and verifiable before execution.
* **Isolated Agent Tasks:**\
  All agent tasks run in secure, sandboxed environments with **no external network access**, minimizing exposure and risk.
* **Multi-Party Treasury Controls:**\
  All treasury actions require **multi-signature approval**, with no centralized override or privileged access.
* **Vesting Transparency:**\
  Team allocations follow **on-chain vesting schedules** with verifiable progress.
* **Public Oversight:**\
  Wallet activity and fund flows are visible on-chain, with a **public monitoring dashboard** planned prior to launch.

***

### Transparency and Updates

Treza will publish all multi‑signature configurations, signer addresses, and fund movements before token distribution. Regular updates and security audits will be shared to maintain transparency and reinforce community trust.


---

# 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.trezalabs.com/terms-and-privacy/safety.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.
