Live on Solana Devnet

Payments secured by smart contracts,
not promises.

Trustify is a decentralized escrow middleware. Secure any payment with Solana smart contracts. Plug it into your app with a single component.

Program ID:
trustify-cli — zsh
$ trustify create-escrow --amount 2.5 --to 7xKp...
~$0.00025
Per transaction
<400ms
Finality
0%
Platform fee
100%
Non-custodial

How it works

A simple four-step process. Funds are secured by Solana smart contracts, not third parties.

01

Create escrow

Sender locks SOL in a program-derived address. Only the smart contract can access these funds.

02

Accept Escrow

Receiver reviews terms and accepts. The escrow status updates on-chain.

03

Confirm Delivery

Receiver confirms delivery and submits proof. The escrow moves to review status.

04

Release funds

Sender approves and releases funds. SOL transfers instantly to the receiver. Done.

Built different

No middlemen. No custody. No trust required.

Program Derived Addresses

Funds are held in PDAs — deterministic addresses controlled entirely by the smart contract. No private keys. No custodians. Just cryptographic guarantees.

Instant settlement

Funds transfer in under a second. No holds.

Access control

Role-based permissions enforced on-chain.

Borderless

Pay anyone, anywhere. No banks needed.

Open source

Every line of code is auditable on GitHub.

Works for any transaction

Any payment where trust matters. One protocol, infinite use cases.

E-Commerce

Protect buyers and sellers. Funds release only when goods are delivered.

Services

Freelance work, consulting, design — pay only when the job is done.

Rentals

Security deposits held in escrow. Auto-refund or deduct on return.

P2P Trading

Swap assets safely. Neither party can run with the other's funds.

One component. Full escrow.

Drop a single React component into your app. Trustify handles wallet connection, escrow creation, and fund management.

checkout.tsx
import { TrustifyButton } from "@trustify/sdk"

export default function Checkout() {
  return (
    <TrustifyButton
      amount={1.5}
      description="Premium headphones"
      onSuccess={(sig) => {
        console.log("Paid!", sig)
      }}
    />
  )
}

Compare the difference

Traditional platforms vs blockchain escrow.

Traditional Platforms
  • 20% platform fees
  • 14-day payment holds
  • Opaque dispute process
  • Account freezing risk
  • Geographic restrictions
Trustify
  • ~$0.00025 per transaction
  • Instant settlement
  • Transparent on-chain logic
  • Non-custodial — you control funds
  • Works globally, no restrictions

Ready to try trustless payments?

Test the full escrow flow on Solana Devnet. No real money required.