Skip to content

Commit

Permalink
Changed 2D packing to Matrix packing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecd committed Aug 27, 2024
1 parent 88788c4 commit 0d8ec3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/protocol/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Irys utilizes two separate blocklanes for transactions: one for storage and one

- **Value Transfers**: The simplest transaction type on Irys, moving tokens between account addresses.

- **Data Transactions**: These transactions write directly to Irys' advanced storage layer, leveraging multiple data ledgers for permanent or fixed-term storage. Storage fees are stable, charged upfront as a one-time payment, with users [paying only for their actual usage](/economics).
- **Data Transactions**: These transactions write directly to Irys's advanced storage layer, leveraging multiple data ledgers for permanent or fixed-term storage. Storage fees are stable, charged upfront as a one-time payment, with users [paying only for their actual usage](/economics).

- **Compute Transactions**: These interact with onchain programs in Irys' execution layer, backed by IrysVM and secured by consensus. Users pay for the amount of computation used. When the execution blocklane reaches capacity, fees increase to match demand.
- **Compute Transactions**: These interact with onchain programs in Irys's execution layer, backed by IrysVM and secured by consensus. Users pay for the amount of computation used. When the execution blocklane reaches capacity, fees increase to match demand.

0 comments on commit 0d8ec3f

Please sign in to comment.