From ea38ce486d72e2fcb61cb3e9e8cf5f59e388d6cd Mon Sep 17 00:00:00 2001 From: maxdesalle Date: Mon, 6 May 2024 13:44:43 -0400 Subject: [PATCH] fix: equation --- docs/support/01-faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/01-faq.mdx b/docs/support/01-faq.mdx index ddc3031e..c2dd0c85 100644 --- a/docs/support/01-faq.mdx +++ b/docs/support/01-faq.mdx @@ -47,7 +47,7 @@ second. Sablier uses this rate to transfer a small portion of tokens from the se For instance, if the payment rate was 0.01 DAI per second, the recipient would receive: -0.01 _ 60 = 0.6 DAI / minute 0.01 _ 60 _ 60 = 36 DAI / hour 0.01 _ 60 _ 60 _ 24 = 864 DAI / day +$0.01 * 60 = 0.6$ DAI / minute, $0.01 * 60 * 60 = 36$ DAI / hour, $0.01 * 60 * 60 * 24 = 864$ DAI / day ### Where are the tokens held?