Your cartNo items yet

Loading your cart...

Browse marketplace
VaultStore
0% FEES · FOREVER
▥PortfolioCollection value
◈MarketBuy, watch, stores⌕ResearchCatalog, prices, art▤ActivityOrders, inbox, support
Activity1 paths
▤Orders
Account
★Plans◎Trust Center
CURRENT PLANGuest
One path first. The full workspace unlocks after value.Focused start
GU
Guest
GUEST · Sign in to start free
Trust
CERTIFIABLE SCORING
Sign in
Orders
TRUST · CERTIFIABLE

Trust you can verify,
not just admire.

VaultStore trust is a certifiable score, not a private badge. Every signal ceiling, tier cutoff, and event type is published. Every profile links back to a replayable ledger.

See a live profile →Open public ledger
0–100Score clampEvery profile resolves into one replayable number.
8InputsPositive ceilings and capped penalties.
4TiersGold, Silver, Bronze, or Unverified.
LedgerReplayableEvents in, same score out.
Live profileOpen scoreProtectionBuyer policyLedgerRaw events
01Four principlesPublished math, append-only history, no editorial boost, capped gameable inputs.
Published math

The formula is public. Same events in, same score out. A collector, seller, or regulator can replay it without asking us for hidden weights.

Append-only ledger

Scores are derived from immutable events: KYC, completed transactions, shipping scans, refunds, disputes, trades, and peer ratings.

No editorial overrides

There is no concierge path to a better badge. We do not hand-wave users into higher tiers or quietly suppress bad events.

Gameable inputs are capped

Peer ratings can contribute up to twenty points, but only after enough counterparties rate you and the rest of the system still dampens spam-heavy behavior.

02Signal mapEvery input has a public ceiling; penalty signals are capped.
Identity verified

Binary verification through Stripe Connect identity completion.

+20
Account maturity

Square-root dampened until one full year on VaultStore.

+10
Completed transactions

Log-dampened until roughly fifty completed transactions.

+20
Transaction volume

Log-dampened until roughly $25k lifetime gross volume.

+20
On-time shipping

Linear reward tied to first carrier scan timing.

+15
Dispute / refund rate

Penalty based on dispute and refund share of completed transactions.

-25
Trade lock hygiene

Penalty for post-lock trade edits after the counterparty believed the basket was frozen.

-5
Peer ratings

Counterparty-only ratings can contribute up to twenty points, but only after enough ratings exist to count and only alongside the rest of the ledger-based signals.

+20
03Tier ladderWarn-only badges that explain risk without hiding counterparties.
Gold91–100

Top Rated Seller. Vault-native operators with deep history, near-perfect shipping, and almost no negative trust signal.

Silver71–90

Highly Rated Seller. Healthy transaction volume, stable shipping behavior, and enough verified history to transact confidently.

Bronze41–70

Trusted Seller. KYC complete and a real track record — still building toward Silver, but already well past the warning line.

Unverified0–40

No completed identity verification or not enough history yet. Visible warning tier, not a silent block.

04Audit pathPull the score, pull the ledger, replay the math.
01. Pull the score

Read /api/trust/<userId> to get the current score, tier, and signal contribution map.

02. Pull the ledger

Read /api/trust/<userId>/events to fetch the append-only event history that fed the score.

03. Replay the math

Run computeTrustScore(userId, events) with the public event list and compare the returned score to the API.

score = clamp(round(sum(signal.earned)), 0, 100)computeTrustScore(userId, events)
05Live examplesOpen real seed profiles and inspect the ledger-fed breakdown.
Canari Vault@canari100 · Gold · 2212 eventsJake@jkwest100 · Gold · 93 eventsanon_buyer_847@new_stranger1 · Unverified · 1 events
FOUR PRINCIPLES

How the score is built.

01

Published math

The formula is public. Same events in, same score out. A collector, seller, or regulator can replay it without asking us for hidden weights.

02

Append-only ledger

Scores are derived from immutable events: KYC, completed transactions, shipping scans, refunds, disputes, trades, and peer ratings.

03

No editorial overrides

There is no concierge path to a better badge. We do not hand-wave users into higher tiers or quietly suppress bad events.

04

Gameable inputs are capped

Peer ratings can contribute up to twenty points, but only after enough counterparties rate you and the rest of the system still dampens spam-heavy behavior.

SIGNAL MAP

The eight inputs that move the score.

Positive ceilings earn trust. Penalty ceilings are capped at the numbers below — they can subtract from the score but never below zero.

Identity verified
Binary verification through Stripe Connect identity completion.
+20
Account maturity
Square-root dampened until one full year on VaultStore.
+10
Completed transactions
Log-dampened until roughly fifty completed transactions.
+20
Transaction volume
Log-dampened until roughly $25k lifetime gross volume.
+20
On-time shipping
Linear reward tied to first carrier scan timing.
+15
Dispute / refund rate
Penalty based on dispute and refund share of completed transactions.
-25
Trade lock hygiene
Penalty for post-lock trade edits after the counterparty believed the basket was frozen.
-5
Peer ratings
Counterparty-only ratings can contribute up to twenty points, but only after enough ratings exist to count and only alongside the rest of the ledger-based signals.
+20
Positive ceilings
+105
Penalty ceilings
−30
Final clamp
0–100
TIER LADDER

What each tier actually means.

Warn-only. The score informs risk; it does not quietly hide counterparties. Even an Unverified seller can list — the badge is right there for the buyer to see.

Top Rated Seller96 / 100
91–100
Top Rated Seller

Gold

Top Rated Seller. Vault-native operators with deep history, near-perfect shipping, and almost no negative trust signal.

Usually means KYC is complete, shipping stays on-time at scale, transaction count and volume are mature, and penalties are near-zero.

Highly Rated Seller84 / 100
71–90
Highly Rated Seller

Silver

Highly Rated Seller. Healthy transaction volume, stable shipping behavior, and enough verified history to transact confidently.

Usually means the seller has real volume, enough carrier scans to score shipping, and very few negative trust events dragging the total down.

Trusted Seller58 / 100
41–70
Trusted Seller

Bronze

Trusted Seller. KYC complete and a real track record — still building toward Silver, but already well past the warning line.

Usually means KYC is done and the account has crossed the first meaningful history threshold, but volume or shipping maturity is still building.

Unverified18 / 100
0–40
Unverified

Unverified

No completed identity verification or not enough history yet. Visible warning tier, not a silent block.

Usually means identity is still incomplete, history is thin, or the account has not yet produced enough events for the positive ceilings to matter.

AUDIT PATH

Verify any score yourself.

01

Pull the score

Read /api/trust/<userId> to get the current score, tier, and signal contribution map.

02

Pull the ledger

Read /api/trust/<userId>/events to fetch the append-only event history that fed the score.

03

Replay the math

Run computeTrustScore(userId, events) with the public event list and compare the returned score to the API.

The whole formula
score = clamp(round(sum(signal.earned)), 0, 100)
The reference implementation
computeTrustScore(userId, events)
LIVE EXAMPLES

See how real profiles resolve.

High-volume dealer, founder account, and low-history caution example. Tap any card to open the breakdown that fed the score.

C
Canari Vault
@canari
100Top Rated Seller

Vault-native dealer. Thousands of shipped orders.

2212 verified eventsOpen breakdown →
J
Jake
@jkwest
100Top Rated Seller

Building VaultStore. 0% fees forever.

93 verified eventsOpen breakdown →
?
anon_buyer_847
@new_stranger
1Unverified

Account created this week.

1 verified eventsOpen breakdown →
HomeVaultSearchMarketStore