A pinocchio-based Token program.
p-token is a reimplementation of the SPL Token program, one of the most popular programs on Solana, using pinocchio. The purpose is to have an implementation that optimizes the compute units, while being fully compatible with the original implementation — i.e., support the exact same instruction and account layouts as SPL Token, byte for byte.
no_stdcrate- Same instruction and account layout as SPL Token
- Minimal CU usage
The code is licensed under the Apache License Version 2.0
The binary fuzz/program-mb.so was pulled from the network on 25-Feb-2026, and
was built against tag
program@3.5.0,
commit
4d5ff3015ae5ad3316f2d2efdde6ab9f7a50716c.
One fixture was removed due to a change in the sync-native behavior to allow
for the amount to decrease, due to potential changes in the Rent sysvar.
This fixture is still available at fuzz/blob-old/.