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.
Where Signet is used.
Verified deployment history, applied to three real workflows.
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.
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.
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.
fn accept_collateral(
env: Env,
contract: Address
) {
require_signet_attestation(
&env, &contract,
"non-pausable"
);
require_signet_score(
&env,
&contract.deployer(),
70
);
// …
}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.
Create your record.
Sign in with your wallet to claim a profile.
Stellar mainnet · No fees to claim · Open source