Skip to content

Conversation

nidhi-singh02
Copy link
Contributor

@nidhi-singh02 nidhi-singh02 commented Sep 24, 2025

Description

  • The details required for understanding Pyth lazer payload.

Note: Will replace Lazer with Pyth Pro later on.

Type of Change

  • New Page
  • Page update/improvement
  • Fix typo/grammar
  • Restructure/reorganize content
  • Update links/references
  • Other (please describe):

Areas Affected

Checklist

  • I ran pre-commit run --all-files to check for linting errors
  • I have reviewed my changes for clarity and accuracy
  • All links are valid and working
  • Images (if any) are properly formatted and include alt text
  • Code examples (if any) are complete and functional
  • Content follows the established style guide
  • Changes are properly formatted in Markdown
  • Preview renders correctly in development environment

Related Issues

Closes #

Additional Notes

Contributor Information

  • Name:
  • Email:

Screenshots

Copy link

vercel bot commented Sep 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Oct 3, 2025 0:24am
documentation Error Error Oct 3, 2025 0:24am

| `real_time` | Updates sent immediately when available | High-frequency trading, real-time analytics |
| `fixed_rate@1ms` | Updates every 1 millisecond | Ultra-low latency applications |
| `fixed_rate@50ms` | Updates every 50 milliseconds | Low-latency trading systems |
| `fixed_rate@200ms` | Updates every 200 milliseconds | Standard trading applications |
Copy link
Contributor

Choose a reason for hiding this comment

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

We have a 1s channel now too

Copy link
Contributor

Choose a reason for hiding this comment

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

Also real_time updates immediately when a new price is available, no faster than 1ms and no slower than 50ms.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, 1s channel got added.

I have added 1s and the description in real_time.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Open to change the use case for real_time if it doesn't go well. @tejasbadadare

Comment on lines 260 to 261
**How to Choose**: Use `evm` for Ethereum-compatible chains, `solana` for
Solana, `leEcdsa` for custom implementations, and `leUnsigned` for off-chain.
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm mention to choose the optimal signing algorithm for your use case. The formats are not blockchain specific. (We should have named this field better from the start and not mentioned specific chains.)

For example, we've used the solana format in non-SVM blockchains since Ed25519 was the most efficient algo for that specific chain.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ahh got it, can you provide details to be added to How to Choose as in how they can decide on the basis of their use case ? so this section can be useful to the folks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have changed the How to Choose section specifying the details provided above, hoping that will help the users.

Copy link
Contributor

@tejasbadadare tejasbadadare left a comment

Choose a reason for hiding this comment

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

Very nice! Tyvm 🚀

@nidhi-singh02 nidhi-singh02 merged commit 21ee8d9 into main Oct 3, 2025
4 of 5 checks passed
@nidhi-singh02 nidhi-singh02 deleted the lazer-payload branch October 3, 2025 15:44
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.

3 participants