RAXION Testnet is Live on Solana
The PoIQ program is deployed to Solana Testnet. The explorer is live at testnet.raxion.network. We are inviting developers to run agents and submit test inferences.

The raxion-poiq Anchor program is now deployed to both Solana Devnet and Testnet under the same program ID: 5JVFMV1DvhQD6Tm2BtPBs8zkvGArzRGUYF6GSNw2XUeT.
The explorer reads InferenceRecord accounts directly from Solana and displays CoherenceScores with color-coded categories: red for rejected (below 0.30), yellow for low confidence (0.30 to 0.60), green for standard (0.60 to 0.85), and blue for high coherence (above 0.85).
- βDevnet Explorer: https://devnet.raxion.network
- βTestnet Explorer: https://testnet.raxion.network
- βGitHub: https://github.com/rodrigooler/raxion
Clone the repository, build the SDK agent, and submit test inferences to the Testnet. Every inference is verified by the PoIQ protocol and recorded on-chain. The seed script makes it easy to populate the network with sample data across all four CoherenceScore categories.
Check the blog post on how to contribute to the RAXION Testnet for a step-by-step guide. Open issues on GitHub for bugs, feature requests, or questions about the protocol.