Skip to content

Commit

Permalink
Merge pull request #317 from akash-network/fix-provider-deposit-example
Browse files Browse the repository at this point in the history
fix: update provider bid deposit example math
  • Loading branch information
chainzero authored Jul 25, 2024
2 parents a16d903 + a35caf3 commit 2d1a8cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This guide uses a single Kubernetes control plane node.
### Akash Wallet

Placing a bid on an order requires a 0.5 AKT deposit placed into collateral per bid won. If the provider desired 2 concurrent leases, the provider’s wallet would need minimum funding of 10AKT.
Placing a bid on an order requires a 0.5 AKT deposit placed into collateral per bid won. If the provider desired 2 concurrent leases, the provider’s wallet would need minimum funding of 1 AKT.

As every deployment request bid requires 0.5 AKT to be deposited in the escrow account, it's always good to have more so your provider can keep bidding. If your provider is ready to offer 10 deployments, then it's best to have .5 x 10 = 5 AKT and a little more to make sure provider can pay the fees for broadcasting the transactions on Akash Network.

Expand Down

0 comments on commit 2d1a8cd

Please sign in to comment.