-
Notifications
You must be signed in to change notification settings - Fork 14
Update pricing with Private Payment API + refactor with Tabs #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
supermarioblock
wants to merge
1
commit into
main
Choose a base branch
from
supermarioblock-patch-3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,46 +9,63 @@ | |
| import QuickAccesER from "/snippets/quick-access-er.mdx"; | ||
| import QuickAccessVRF from "/snippets/quick-access-vrf.mdx"; | ||
|
|
||
| --- | ||
| ### Products | ||
|
|
||
| ## Ephemeral Rollup (ER) Nodes | ||
| <Tabs> | ||
| <Tab title="Ephemeral Rollup (ER)"> | ||
| **Public nodes** make it simple to start building on MagicBlock with free transactions and zero friction. Fees are only charged when you close a session or commit data back to Solana. | ||
|
|
||
| **Public nodes** make it simple to start building on MagicBlock with free transactions and zero friction. Fees are only charged when you close a session or commit data back to Solana. | ||
| | **Fee type** | **Amount (SOL)** | **Description** | | ||
| | :-------------- | :--------------- | :------------------------------- | | ||
| | **Base fee** | 0 | Per transaction (Tx) | | ||
| | **Session fee** | 0.0003 | Per ER session (at undelegation) | | ||
| | **Commit fee** | 0.0001 | Per commit to Solana | | ||
|
|
||
| | **Fee type** | **Amount (SOL)** | **Description** | | ||
| | :-------------- | :--------------- | :------------------------------- | | ||
| | **Base fee** | 0 | Per transaction (Tx) | | ||
| | **Session fee** | 0.0003 | Per ER session (at undelegation) | | ||
| | **Commit fee** | 0.0001 | Per commit to Solana | | ||
| **Dedicated nodes** are ideal for enterprises and high-scale teams. They provide maximum reliability, predictable costs, and MEV protection with your own dedicated infrastructure. | ||
|
|
||
| **Dedicated nodes** are ideal for enterprises and high-scale teams. They provide maximum reliability, predictable costs, and MEV protection with your own dedicated infrastructure. | ||
| For support to **run your own nodes**, reach out to: | ||
| 📧 [[email protected]](mailto:[email protected]) | ||
|
|
||
| For support to **run your own nodes**, reach out to: | ||
|
|
||
| 📧 [[email protected]](mailto:[email protected]) | ||
|
|
||
| [Learn more about ER →](/pages/ephemeral-rollups-ers/how-to-guide/quickstart) | ||
| ### ER Cost Simulator: 30-Days | ||
| <ERCostSimulator /> | ||
| </Tab> | ||
| <Tab title="Private Ephemeral Rollups (PER)"> | ||
|
|
||
| ### Private Payment API | ||
| **Private Payment API** make it simple to send private stablecoin transfers on Solana Mainnet and/or on an a Private ER. | ||
|
|
||
| ### ER Cost Simulator: 30-Days | ||
| | **Payment type** | **Fixed fee (SOL)** | **Volume fee** | | ||
| | :----------------------- | :--------------- | :--------------------- | | ||
| | **Solana Mainnet** | 0.002 | 0.1% | | ||
| | **PER** | Free | 0.1% | | ||
|
|
||
| <ERCostSimulator /> | ||
|
|
||
| --- | ||
| ### General-purpose PER | ||
| **PER** support any type of custom computation specified by your smart contract. The pricing fee for PER for custom logic execution is the same as standard ER. | ||
| </Tab> | ||
| <Tab title="VRF"> | ||
| The VRF service provides **provably fair randomness on-chain**. Fees cover proof generation + posting on-chain. | ||
|
|
||
| > ⚠️ Note: Costs do not include the transaction to request randomness. On ER transactions are free, on Solana transactions may vary based on your priority fees. | ||
|
|
||
| | **VRF type** | **Amount (SOL)** | **Description** | | ||
| | :----------------------- | :--------------- | :--------------------- | | ||
| | **ER (\<50 ms)** | Free | Per randomness request | | ||
| | **Solana (\<500 ms)** | 0.0008 | Per randomness request | | ||
| | **Solana (1/2 seconds)** | 0.0005 | Per randomness request | | ||
|
|
||
| ### VRF Cost Simulator: 30-Days | ||
|
|
||
| <VRFCostSimulator /> | ||
|
|
||
| ## Verifiable Randomness Function (VRF) | ||
| [Learn more about VRF →](/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart) | ||
| </Tab> | ||
| </Tabs> | ||
|
|
||
| The VRF service provides **provably fair randomness on-chain**. Fees cover proof generation + posting on-chain. | ||
|
|
||
| > ⚠️ Note: Costs do not include the transaction to request randomness. On ER transactions are free, on Solana transactions may vary based on your priority fees. | ||
|
|
||
| | **VRF type** | **Amount (SOL)** | **Description** | | ||
| | :----------------------- | :--------------- | :--------------------- | | ||
| | **ER (\<50 ms)** | Free | Per randomness request | | ||
| | **Solana (\<500 ms)** | 0.0008 | Per randomness request | | ||
| | **Solana (1/2 seconds)** | 0.0005 | Per randomness request | | ||
|
|
||
| ### VRF Cost Simulator: 30-Days | ||
|
|
||
| <VRFCostSimulator /> | ||
|
|
||
| [Learn more about VRF →](/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix user-facing grammar in pricing copy (Line 37, Line 46, Line 51).
These lines contain small grammar issues that reduce clarity in public docs.
✍️ Proposed copy edits
Also applies to: 46-46, 51-51
🤖 Prompt for AI Agents