juice
Installation
SKILL.md
Juice Accounting
Juice prices computation and bandwidth. It is a flow: consumed and paid per
transaction, never held. Storage is priced separately — see the memory skill.
Normative spec: https://docs.convex.world/docs/cad/juice.
The Calculation
Juice Fees = Juice Consumed × Juice Price
Juice Consumed = Transaction Size Cost + Σ(cost of each operation executed)
Transaction Size Cost = TRANSACTION_PER_BYTE × storage size of the transaction
TRANSACTION_PER_BYTE is 20, so the size of the submitted transaction is
itself a cost, independent of what it does. Compact transaction source is
cheaper source.