Mainnet Contracts
All horse.fun smart contracts are deployed on Solana mainnet.Core Programs
| Program | Address | Explorer |
|---|---|---|
| Racing Program | HorsRaceProgramAddressToBeProvided | View on Solscan |
| HORSE Token | HORSETokenMintAddressToBeProvided | View on Solscan |
| Jackpot Manager | JackpotProgramAddressToBeProvided | View on Solscan |
| Referral System | ReferralProgramAddressToBeProvided | View on Solscan |
Key Accounts
| Account | Address | Description |
|---|---|---|
| Protocol Treasury | TreasuryAddressToBeProvided | Protocol fee collection |
| Blazing Hoof Pool | NormalJackpotAddressToBeProvided | Normal-jackpot accumulation |
| King’s Run Pool | SuperJackpotAddressToBeProvided | Super-jackpot accumulation |
| VRF Authority | VRFAuthorityAddressToBeProvided | Switchboard VRF interface |
Verification
How to Verify
- Check Program Authority: Ensure programs are owned by the correct authority
- Verify Upgrade Authority: Confirm upgrade authority is properly secured
- Review IDL: Inspect the Interface Definition Language on-chain
Integration
For developers building on top of horse.fun:API Endpoints
- RPC: Use any Solana RPC provider
- WebSocket: Subscribe to race updates via Solana WebSocket API
- Historical Data: Query on-chain accounts for past races
Open Source
All deployed programs are verifiable on-chain. Source code will be published.
Contact
For integration support or security concerns:- Technical Support: dev@horse.fun
- Security Reports: security@horse.fun
