Skip to content

(fix) Light mode charts fix #418

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

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pages/home/pyth-token/pyth-distribution.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# PYTH Distribution

<style jsx global>{`
img {
background-color: black;
border: 1px solid #ccc;
padding: 10px;
border-radius: 10px;
}
`}</style>

There is a total of 10,000,000,000 (10B) PYTH tokens existing.

The initial circulating supply (November 2023) was 1,500,000,000 (15%) PYTH. And the remaining supply (85%) are initially locked and locked tokens will unlock 6, 18, 30 and 42 months after the initial token launch.
Expand Down
Loading