SIK
Live on Solana mainnet · Colosseum Frontier 2026
ENS gives you a name.
SIK gives you an identity.
Profile. Reputation. Credentials. For humans and agents. One SDK call. Open source. Solana-native.
Live Identity Resolver
Resolve any .sol name — real data from Solana mainnet
🤖 Agent Identity
The trust layer AI agents have been missing.
Any autonomous agent can own a .sol identity. Any protocol can verify it before granting access — without custom trust logic.
For dApp Developers
Stop rebuilding identity from scratch.
DAO Access Gate
const id = await getIdentity( domain, connection ) const access = id.reputation.score >= 70
Agent Authorization
const agent = await getAgentIdentity(
domain, connection
)
const ok =
agent.capabilities
.includes("payments")Sign In with .sol
const session = await signIn(
{ publicKey, signMessage },
connection
)
// session.domain
// session.identityWhy not ENS? Why not SNS?
| ENS | SNS alone | SIK | |
|---|---|---|---|
| Human-readable name | ✅ | ✅ | ✅ |
| On-chain reputation | ❌ | ❌ | ✅ |
| Verifiable credentials | ❌ | ❌ | ✅ |
| Agent identity layer | ❌ | ❌ | ✅ |
| One SDK call | ❌ | ❌ | ✅ |
| Solana-native | ❌ | ✅ | ✅ |
Open Source
Five packages. One protocol.
npm install @sik-sdk/core
@sik-sdk/core
getIdentity() — profile + reputation + credentials
@sik-sdk/reputation
On-chain reputation scoring engine (0–100)
@sik-sdk/auth
signIn() — Sign In with .sol sessions
@sik-sdk/agent
getAgentIdentity() — capabilities + trust score
@sik-sdk/credentials
SAS-backed verifiable on-chain attestations