Skip to content

docs: add docs for HIP-1313 high volume entity creation feature#451

Open
theekrystallee wants to merge 5 commits intomainfrom
feat/hip-1313-high-volume-entity-creation
Open

docs: add docs for HIP-1313 high volume entity creation feature#451
theekrystallee wants to merge 5 commits intomainfrom
feat/hip-1313-high-volume-entity-creation

Conversation

@theekrystallee
Copy link
Copy Markdown
Member

Description:

Related issue(s):

Fixes #380

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
jsync-swirlds
jsync-swirlds previously approved these changes Mar 5, 2026
Copy link
Copy Markdown
Member

@jsync-swirlds jsync-swirlds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few minor items.

@theekrystallee
Copy link
Copy Markdown
Member Author

Just a few minor items.

thank you, updating now

Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
jsync-swirlds
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>
@theekrystallee theekrystallee changed the title update docs with HIP-1313 high volume entity creation docs: add docs for HIP-1313 high volume entity creation feature Mar 26, 2026
@theekrystallee theekrystallee self-assigned this Mar 26, 2026
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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add HIP-1313

4 participants