diff --git a/Projects/Governance/Schemas/Docs-Concepts/T/Token/Token-Power-Flows/token-power-flows.json b/Projects/Governance/Schemas/Docs-Concepts/T/Token/Token-Power-Flows/token-power-flows.json index 96d230fdf2..40d6bc64c2 100644 --- a/Projects/Governance/Schemas/Docs-Concepts/T/Token/Token-Power-Flows/token-power-flows.json +++ b/Projects/Governance/Schemas/Docs-Concepts/T/Token/Token-Power-Flows/token-power-flows.json @@ -70,9 +70,14 @@ } ] }, + { + "style": "List", + "text": "You may also define a precise amount of token power to flow to the node instead of a percentage.", + "updated": 1693762113263 + }, { "style": "Text", - "text": "This is the format of the configuration you may use on each of the programs:", + "text": "This is the format of the configuration you may use on each node to define a percentage:", "translations": [ { "language": "RU", @@ -84,7 +89,8 @@ "text": "Bu, programların her birinde kullanabileceğiniz yapılandırma biçimidir:", "updated": 1642714083414 } - ] + ], + "updated": 1693762132115 }, { "style": "Json", @@ -93,8 +99,8 @@ }, { "style": "Text", - "text": "For example, let's say you have 1,000 Token Power flowing into your Token Power Switch node. Let's say you spawn the Onboarding Programs, Community Building Programs, Votes And Claims Programs, and Financial Programs nodes.", - "updated": 1630436060757, + "text": "This is the configuration you may use to define flows in absolute terms:", + "updated": 1693762187956, "translations": [ { "language": "RU", @@ -108,6 +114,15 @@ } ] }, + { + "style": "Json", + "text": "{\n\"amount\": 10000\n}", + "updated": 1693762217493 + }, + { + "style": "Text", + "text": "For example, let's say you have 1,000 Token Power flowing into your Token Power Switch node. Let's say you spawn the Onboarding Programs, Community Building Programs, Votes And Claims Programs, and Financial Programs nodes." + }, { "style": "Callout", "text": "As soon as you deploy these four offspring of the Token Power Switch node, you will see that each of the nodes gets 25% of the Token Power by default.",