Skip to content

Commit

Permalink
Merge pull request #321 from metaplex-foundation/add/core-execute-fees
Browse files Browse the repository at this point in the history
Add/core execute fees
  • Loading branch information
tonyboylehub authored Feb 14, 2025
2 parents 19ef063 + d9c4af9 commit 9028590
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/protocol-fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The Metaplex Protocol currently includes the following fees:
| Instruction | Program | Typical Payer | Amount (SOL) | Notes |
| --------------- | --------------- | ------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Create | Core | Collector | 0.0015 | Paid by the minter, which is typically individual collectors minting new drops. Includes all instructions that "create" an NFT including ones that create print editions. |
| Execute | Core | Owner | 0.00004872 | Typically paid by the current owner the Core NFT Asset that is calling the execute instruction. |
| Create | Token Metadata | Collector | 0.01 | Paid by the minter, which is typically individual collectors minting new drops. Alternatively creators may consider using Core (next gen NFTs) for maximum composability and lower mint costs, or Bubblegum (compressed NFTs). Includes all instructions that "create" an NFT including ones that create print editions. |
| Create | Bubblegum | - | Free |
| Swap | MPL-Hybrid | Collector | 0.005 | Paid by the individual who swaps tokens and NFTs. |
Expand All @@ -22,6 +23,7 @@ The Metaplex Protocol currently includes the following fees:
| Instruction | Program | Typical Payer | Amount (ETH) | Notes |
| --------------- | --------------- | ------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Create | Core | Collector | 0.00001822 | Paid by the minter, which is typically individual collectors minting new drops. Includes all instructions that "create" an NFT including ones that create print editions. |
| Execute | Core | Owner | 0.000000476 | Typically paid by the current owner the Core NFT Asset that is calling the execute instruction. |
| Create | Token Metadata | Collector | 0.000103088 | Paid by the minter, which is typically individual collectors minting new drops. Alternatively creators may consider using Core (next gen NFTs) for maximum composability and lower mint costs, or Bubblegum (compressed NFTs). Includes all instructions that "create" an NFT including ones that create print editions. |
| Create | Bubblegum | - | Free |
| Swap | MPL-Hybrid | Collector | 0.005 | Paid by the individual who swaps tokens and NFTs. |
Expand Down
4 changes: 4 additions & 0 deletions src/styles/docsearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
overflow: hidden !important;
}

.DocSearch-VisuallyHiddenForAccessibility {
visibility: hidden;
}

.DocSearch-Container {
position: fixed;
z-index: 200;
Expand Down

0 comments on commit 9028590

Please sign in to comment.