# III. Price Range Logic Design

| **Zone**      | **Calculation Formula**                | **Function Description**                            |
| ------------- | -------------------------------------- | --------------------------------------------------- |
| Cushion Upper | Cushion Upper = Target Price × (1 + c) | Activate bond selling (control overheating)         |
| Cushion Lower | Cushion Lower = Target Price × (1 – c) | Activate bond buying (prevent price collapse)       |
| Wall Upper    | Wall Upper = Target Price × (1 + w)    | Protocol directly sells ARK to intervene            |
| Wall Lower    | Wall Lower = Target Price × (1 – w)    | Protocol directly buys ARK to provide price support |

#### **Example Application**

If the target price is $10:

Cushion range = $9.25 \~ $10.75 (c = 7.5%)

Wall range = $8.75 \~ $11.25 (w = 12.5%)

If market price drops to $9 → Activate bond purchases, reclaim supply, stabilize price

If market price falls below $8.75 → System automatically uses treasury assets to purchase ARK

If market price exceeds $11 → System automatically sells ARK to suppress speculative bubbles
