Skip to content

Commit

Permalink
CLA: Add flat fee info (#2050)
Browse files Browse the repository at this point in the history
* Add flat fee info

* Revise for accuracy
  • Loading branch information
thedriftofwords authored Aug 30, 2024
1 parent 68f08a4 commit 63500f0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Chainlink Automation only requires an execution fee for transactions onchain. Th

Fee<sub>LINK</sub> = [tx.gasPrice<sub>Native WEI</sub> * (gasUsed + gasOverhead) * (1 + premium%)]/[LINK/Native<sub>Rate in WEI</sub>]

On Automation v2.2 and earlier, there is a flat per-transaction fee of 0.01 LINK in the following cases:

- For mainnet transactions on Optimism and Base, to account for L1 transaction costs, ensuring that node operators are fairly compensated
- For testnet transactions on all supported networks, in order to account for node infrastructure costs

There is no registration fee or other fees for any offchain computation.

### Fee calculation example
Expand Down

0 comments on commit 63500f0

Please sign in to comment.