docs: add docs for HIP-1313 high volume entity creation feature#451
Open
theekrystallee wants to merge 5 commits intomainfrom
Open
docs: add docs for HIP-1313 high volume entity creation feature#451theekrystallee wants to merge 5 commits intomainfrom
theekrystallee wants to merge 5 commits intomainfrom
Conversation
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
jsync-swirlds
previously approved these changes
Mar 5, 2026
Member
jsync-swirlds
left a comment
There was a problem hiding this comment.
Just a few minor items.
Member
Author
thank you, updating now |
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
616fbc1 to
7e788e5
Compare
jsync-swirlds
previously approved these changes
Mar 5, 2026
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
| Look for the `high_volume_multiplier` field in the response. This value is divided by | ||
| 1000 to produce the actual multiplier (e.g., a value of `1000` = 1.0×, `2000` = 2.0×). | ||
| The fee totals in the response are **not** pre-multiplied — multiply the fee total by | ||
| `high_volume_multiplier / 1000` to calculate the high-volume price. |
Contributor
There was a problem hiding this comment.
Should we also add a callout, that the mirror node is returning as close to as accurate information as possible, however a spike is possible to happen in between consensus and getting to mirror node, so this is a good gauge the estimation of the charge, however it's not guaranteed to be accurate?
|
|
||
| <Warning> | ||
| High-volume fees can be significantly higher than the standard fees listed in these | ||
| tables. Always check the current multiplier via the Mirror Node |
Contributor
There was a problem hiding this comment.
I think we should add a caveat here as well, that the value returned isn't guaranteed to be correct when submitting since and should be used as a way to gauge the current multiplier but it's not guaranteed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
Related issue(s):
Fixes #380
Notes for reviewer:
Checklist