diff --git a/tips/TIP-0054/tip-0054.md b/tips/TIP-0054/tip-0054.md
index 7d223b856..4aff849a2 100644
--- a/tips/TIP-0054/tip-0054.md
+++ b/tips/TIP-0054/tip-0054.md
@@ -583,8 +583,8 @@ _Anchor Address_.
### Output Syntactic Validation
-- `Amount` field must fulfill the [storage deposit requirements](../TIP-0047/tip-0047.md) and must not be `0`.
-- `Amount` field must be ≤ `Token Supply`.
+- `Amount` field must not be `0`.
+- `Amount` field must fulfill the [storage deposit requirements](../TIP-0047/tip-0047.md).
- It must hold true that `Unlock Conditions Count = 2`.
- `Unlock Condition Type` of an Unlock Condition must define one of the following types:
- State Controller Address Unlock Condition