diff --git a/tips/TIP-0044/tip-0044.md b/tips/TIP-0044/tip-0044.md
index 1ee985507..8e46cde3c 100644
--- a/tips/TIP-0044/tip-0044.md
+++ b/tips/TIP-0044/tip-0044.md
@@ -381,8 +381,8 @@ controlled by a specific foundry is the same as the `Foundry ID`.
### 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` = `1`.
- `Unlock Condition Type` of an Unlock Condition must define one of the following types:
- Immutable Account Address Unlock Condition