Protection Certificate
CT-2026-0042 · Rules v1.0 · Solana
- Protected amount
- 10 SOL
- Coverage
- 5 SOL
- Premium
- 0.5 SOL
- Max net payment
- 4 SOL
- Protection window
- 5 minutes
- Claim window
- 24 hours
AI-native protection infrastructure
When SOL positions move, risk follows. SIMA is the infrastructure layer that issues protection certificates, enables calm claim investigation, and restores trust — for agents, wallets, bots, and platforms.
One process
See how SIMA turns a protection request into a verifiable certificate, then provides a structured claim, investigation, and decision process if a covered loss occurs.
Protection selected → certificate issued → claim submitted → investigation and decision
Select the amount you want protected and receive a clear premium quote before proceeding.
Pay the premium and receive an active SIMA protection certificate tied to your protection terms.
If a covered loss occurs, submit the claim together with the required transaction and trade evidence for investigation.
SIMA verifies the submitted evidence, investigates the claim against the certificate terms, and issues either full payment or no payment.
The moat
Not a policy document. Not marketing copy. A protection certificate defines your coverage in SOL, locks the terms, and grants the right to submit a verified claim.
Protection Certificate
CT-2026-0042 · Rules v1.0 · Solana
Developer access
SDK, MCP, and API are surfaces on the same protection infrastructure. One purchase flow. Three entry points.
MCP: npx @sima-prime/mcp-server · API: OpenAPI
import { SimaAgentClient } from '@sima-prime/agent-sdk';
const client = new SimaAgentClient({ accessToken });
const offer = await client.getProtectionOffer({
chain: 'SOLANA',
walletAddress,
assetAddress,
assetType: 'TOKEN',
protectedAmount: '10',
});
const purchase = await client.purchaseProtection({
...offer,
protectionDecision: 'PURCHASE_PROTECTION',
offerId: offer.offerId,
});Calm by design
Claims are not catastrophes. They are structured investigations against a certificate you already hold. SIMA brings confidence — not fear — to the resolution process.
Reference certificate. Provide evidence.
Terms reviewed against locked certificate math.
Outcome delivered with full transparency.