# System-Critical **Trait Number:** 16 **Layer:** Functional **Bit Position:** 8 (bit 16 overall) **Binary Encoding:** `00000000 00000001 00000000 00000000` **UHT Code (self-encoding):** `00 01 00 00` --- # Icon ![[Icon16.png|200]] ## Definition The entity is **essential for the operation, safety, or integrity of a larger system**. If it fails or is removed, the overall system may cease to function or become unsafe. --- ## When to Apply Use this trait when the entity: - Is a **dependency for critical system behavior** - Would cause **functional failure or safety risk if removed** - Plays a **core or irreplaceable role** in mission, process, or logic Avoid applying if the entity: - Is **optional, decorative, or redundant** - Can fail **without major consequence** - Exists in a **supporting or non-essential role** --- ## Examples - A pacemaker's pulse generator - A primary flight control unit - A nuclear reactor safety interlock - A core encryption service in a secure network - A mission-critical software process --- ## Commentary This trait helps distinguish **vital components** from merely connected ones. It’s especially useful in safety engineering, fault-tolerance analysis, cybersecurity, and aerospace systems. System-criticality is not about complexity—**a simple fuse can be critical**. The trait reflects the **consequence of failure**, not the sophistication of the component. --- **© 2025 Steven Holland. All rights reserved.** [[Copyright Statement]]