Unveiling the
true source of
smart contracts

constructing verified source code
directly from deployed solana programs.

Using advanced AI and groundbreaking reverse-enginieering techniques, TrueSource extracts and verifies smart contract source code directly from the blockchain.
1
let sender = &accounts[0];
2
let receiver = &accounts[1];
3
let amt = instruction_data[0] as u64;
4
let sender_bal = get_balance(sender)?;
5
if sender_balance < amount {
6
  return Err(...);
7
}
8
debit_account(sender, amount)?;
9
credit_account(receiver, amount)?;

One-Click

Disassembly.

Our proprietary AI models are engineered to decode Solana's compiled smart contracts, turning binary into readable, verifiable source code.
public_name:
Token Program
owner:
‘4LST...Quw2’
allocated_data_size:
134080 byte(s)
binary_data: <0101..0011>
executable:
yes

Direct Blockchain Integration

Fetching deployed programs directly from the Solana blockchain for a seamless and precise verification process.
Solana Specific
Blockchain Direct
AI-Powered Disassembly
Advanced Reversing
Real-Time Code Analysis
Verified Transparency

Code Integrity Assurance

TrueSource ensures that the reconstructed source code is a perfect match to the deployed version on-chain.
get started

How it works

1. Fetch

Retrieve smart contract compiled binaries directly from the Solana blockchain.

2. Reverse

Leverage powerful AI and advanced reversing techniques to transform binaries into clear, high-level source code.

3. Source

Generate clean, verified source code that mirrors the exact logic deployed on-chain, ready for auditing and development.

4. Transparent

Bring unmatched transparency to the blockchain world, building trust for devs, auditors, and every trader in the game.

Built by the community, for the community
learn more

Numbers

92% Verification Accuracy

TrueSource ensures precise smart contract source code reconstruction every time
2x Faster Audits

TrueSource reduces manual verification times by half, empowering auditors to focus on insights
1m+ rBPF functions reversed

Every function decompiled to ensure accurate analysis and verification
500+ projects verified

Ensuring transparency for hunderds of programs across the Solana ecosystem
10M+ lines of assembly analyzed

Automating the review of millions of lines of contract code for developers and auditors
get started