From ec7c47478f9fcf7ef8ccae855ef20716a34c6cb5 Mon Sep 17 00:00:00 2001 From: deathlessdd Date: Thu, 16 Jan 2025 19:59:16 -0500 Subject: [PATCH] Update index.md I removed this line because it is no longer true in my testing Leases will close once the balance has been used up. It is very bad for new providers/small providers to read this and set it to 1 hour and it will close alot more then they will make. --- .../akash-cloud-provider-build-with-helm-charts/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/Docs/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/index.md b/src/content/Docs/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/index.md index 43086a43..eb7dcb00 100644 --- a/src/content/Docs/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/index.md +++ b/src/content/Docs/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/index.md @@ -462,8 +462,7 @@ export NODE=http://akash-node-1:26657 - Akash providers may dictate how often they withdraw funds consumed by active deployments/tenants escrow accounts - Few things to consider regarding the provider withdraw period: - - The default withdraw setting in the Helm Charts is one (1) hour - - An advantage of the one hour default setting is assurance that a deployment may not breach the escrow account dramatically. If the withdraw period were set to 12 hours instead - the deployment could exhaust the amount in escrow in one hour (for example) but the provider would not calculate this until many hours later and the deployment would essentially operate for free in the interim. + - The default withdraw setting in the Helm Charts is (12) hour - A disadvantage of frequent withdraws is the possibility of losing profitability based on fees incurred by the providers withdraw transactions. If the provider hosts primarily low resource workloads, it is very possible that fees could exceed deployment cost/profit. ##### OPTIONAL - Update the Provider Withdraw Period