Signet
How it worksDemo
Stellar/Soroban/Testnet demo

Verifiable proofof every contractyou've shipped.

Signet aggregates every Soroban contract a developer has deployed into a public, citable record. Used by grant programs, audit firms, and protocols to assess deployer history.

Browse the registry↗
Curated demo profiles · synthetic testnet activity
VERITAS · IN · OPERIBUS · ◆ · SIGNET · ◆ · VERITAS · IN · OPERIBUS · ◆ · SIGNET · ◆ · VERITAS · IN · OPERIBUS · ◆ · SIGNET · ◆ ·
4a8f9c12bd0e3f87a162e9d04c5b8e72f1903ab74e6c95d0f283b419c7e6d5a84a8f9c12bd0e3f87a162e9d04c5b8e72f1903ab74e6c95d0f283b419c7e6d5a8
05 · Applications

Where Signet is used.

Verified deployment history, applied to three real workflows.

01 · Grant programs

Faster, evidence-based review.

Grant reviewers cite Signet profiles directly: verified deployment history, peer attestations, and incident records aggregated into a single citation. Reduces due diligence by hours per application.

SCF Application #2849
Aquawolf Labs · Soroban DEX Aggregator
Signet profile · embedded
82
Score
12
Contracts
$4.2M
TVL
0
Incidents
Reviewer note: 12 deployments, $4.2M handled, 17 peer attestations, 0 incidents.
02 · Audit firms

Risk-weighted pricing.

Audit firms tier engagement pricing by deployer track record. Verified Signet profiles unlock reduced rates and faster turnarounds for developers with established deployment history.

Tier
Min. price
Score required
Standard
$50,000
—
Verified deployer
$35,000
≥ 50
Trusted deployer
$20,000
≥ 70
How is this calculated? ↗
03 · Protocol integration

Composable trust requirements.

Smart contracts can require Signet attestations from counterparties at runtime. Lending pools refuse pausable collateral. Bridges accept only audited issuers. Reputation becomes a programmable input.

lending_pool.rs
fn accept_collateral(
    env: Env,
    contract: Address
) {
    require_signet_attestation(
        &env, &contract,
        "non-pausable"
    );
    require_signet_score(
        &env,
        &contract.deployer(),
        70
    );
    // …
}
Live demo · Real on-chain data

See it in action.

Synthetic testnet profiles that demonstrate the interface. In production, each renders a real wallet's Soroban activity pulled live from the Horizon API.

DeFi · Lending
Aqua Wolf
@aquawolf
Blend Protocol — create_collateral
View profile →
DEX · AMM
Soro Builder
@sorobuilder
Soroswap — swap_exact_input_single_hints
View profile →
Tokens · Payments
Stellar Dev
@stellardev
USDC — token transfer
View profile →
How Signet works↗
VERITAS · IN · OPERIBUS · ◆ · SIGNET · ◆ · VERITAS · IN · OPERIBUS · ◆ · SIGNET · ◆ · VERITAS · IN · OPERIBUS · ◆ · SIGNET · ◆ ·
4a8f9c12bd0e3f87a162e9d04c5b8e72f1903ab74e6c95d0f283b419c7e6d5a84a8f9c12bd0e3f87a162e9d04c5b8e72f1903ab74e6c95d0f283b419c7e6d5a8

Create your record.

Sign in with your wallet to claim a profile.

Sign in with your wallet→

Stellar mainnet · No fees to claim · Open source