Web3

Verifiable Credentials

Cryptographically signed digital attestations representing identity claims (age, KYC status, certification) that can be selectively disclosed and independently verified without contacting the issuer. VCs follow W3C standards and enable privacy-preserving compliance workflows in DeFi. Combined with zero-knowledge proofs, they enable proving credential properties without revealing the credential itself.

IDverifiable-credentialsAliasVCAliasDigital Credentials

Lectura rápida

Empieza por la explicación más corta y útil antes de profundizar.

Cryptographically signed digital attestations representing identity claims (age, KYC status, certification) that can be selectively disclosed and independently verified without contacting the issuer. VCs follow W3C standards and enable privacy-preserving compliance workflows in DeFi. Combined with zero-knowledge proofs, they enable proving credential properties without revealing the credential itself.

Modelo mental

Usa primero la analogía corta para razonar mejor sobre el término cuando aparezca en código, docs o prompts.

Piensa en esto como un bloque de construcción que conecta una definición aislada con el sistema mayor donde vive.

Contexto técnico

Ubica el término dentro de la capa de Solana en la que vive para razonar mejor sobre él.

Wallets, firmas, dApps y gestión de llaves.

Por qué le importa a un builder

Convierte el término de vocabulario en algo operacional para producto e ingeniería.

Este término desbloquea conceptos adyacentes rápido, así que funciona mejor cuando lo tratas como un punto de conexión y no como una definición aislada.

Handoff para IA

Handoff para IA

Usa este bloque compacto cuando quieras dar contexto sólido a un agente o asistente sin volcar toda la página.

Verifiable Credentials (verifiable-credentials)
Categoría: Web3
Definición: Cryptographically signed digital attestations representing identity claims (age, KYC status, certification) that can be selectively disclosed and independently verified without contacting the issuer. VCs follow W3C standards and enable privacy-preserving compliance workflows in DeFi. Combined with zero-knowledge proofs, they enable proving credential properties without revealing the credential itself.
Aliases: VC, Digital Credentials
Relacionados: Decentralized Identity (DID), Zero-Knowledge Proofs (ZKP)
Glossary Copilot

Haz preguntas de Solana con contexto aterrizado sin salir del glosario.

Usa contexto del glosario, relaciones entre términos, modelos mentales y builder paths para recibir respuestas estructuradas en vez de output genérico.

Abrir workspace completa del Copilot
Explicar este código

Opcional: pega código Anchor, Solana o Rust para que el Copilot mapee primitivas de vuelta al glosario.

Haz una pregunta aterrizada en el glosario

Haz una pregunta aterrizada en el glosario

El Copilot responderá usando el término actual, conceptos relacionados, modelos mentales y el grafo alrededor del glosario.

Grafo conceptual

Ve el término como parte de una red, no como una definición aislada.

Estas ramas muestran qué conceptos toca este término directamente y qué existe una capa más allá de ellos.

Rama

Decentralized Identity (DID)

A W3C standard for self-sovereign digital identifiers created, owned, and controlled by the individual rather than a centralized authority. DIDs use public-key cryptography for verification without traditional identity providers. In blockchain contexts, DIDs map to on-chain addresses and enable verifiable authentication across protocols.

Rama

Zero-Knowledge Proofs (ZKP)

A zero-knowledge proof is a cryptographic protocol by which a prover convinces a verifier that a statement is true — for example, that a state transition is valid — without revealing any information beyond the truth of the statement itself, satisfying the properties of completeness, soundness, and zero-knowledge. In Solana's ecosystem, ZKPs are used by ZK Compression (via Groth16 SNARKs) to prove correct state transitions for compressed accounts without storing full account state on-chain, and by the Token-2022 Confidential Transfers extension (via ElGamal encryption and range proofs) to prove token balances are non-negative without revealing the actual amounts. Solana's BPF VM exposes the alt_bn128 elliptic curve syscall to make on-chain Groth16 proof verification computationally feasible within the 1.4M compute unit budget.

Siguientes conceptos para explorar

Mantén la cadena de aprendizaje en movimiento en lugar de parar en una sola definición.

Estos son los siguientes conceptos que vale la pena abrir si quieres que este término tenga más sentido dentro de un workflow real de Solana.

Web3

Decentralized Identity (DID)

A W3C standard for self-sovereign digital identifiers created, owned, and controlled by the individual rather than a centralized authority. DIDs use public-key cryptography for verification without traditional identity providers. In blockchain contexts, DIDs map to on-chain addresses and enable verifiable authentication across protocols.

Compresión ZK

Zero-Knowledge Proofs (ZKP)

A zero-knowledge proof is a cryptographic protocol by which a prover convinces a verifier that a statement is true — for example, that a state transition is valid — without revealing any information beyond the truth of the statement itself, satisfying the properties of completeness, soundness, and zero-knowledge. In Solana's ecosystem, ZKPs are used by ZK Compression (via Groth16 SNARKs) to prove correct state transitions for compressed accounts without storing full account state on-chain, and by the Token-2022 Confidential Transfers extension (via ElGamal encryption and range proofs) to prove token balances are non-negative without revealing the actual amounts. Solana's BPF VM exposes the alt_bn128 elliptic curve syscall to make on-chain Groth16 proof verification computationally feasible within the 1.4M compute unit budget.

Web3

WAGMI

Acronym for 'We're All Gonna Make It.' An expression of collective optimism and community solidarity used during bull markets, protocol milestones, and positive announcements. WAGMI reinforces group cohesion and shared belief in long-term success. The counterpart to NGMI, it originated from bodybuilding culture and was adopted by crypto communities during the 2021 bull cycle.

Web3

TVL (Total Value Locked)

The total value of cryptocurrency deposited in a DeFi protocol's smart contracts, measured in USD. TVL indicates a protocol's scale and user trust. Calculated by summing all tokens in the protocol's accounts at current market prices. TVL can be inflated by recursive deposits (depositing receipt tokens) and double-counting across protocols.

Términos relacionados

Sigue los conceptos que realmente le dan contexto a este término.

Las entradas del glosario se vuelven útiles cuando están conectadas. Estos enlaces son el camino más corto hacia ideas adyacentes.

Web3decentralized-identity

Decentralized Identity (DID)

A W3C standard for self-sovereign digital identifiers created, owned, and controlled by the individual rather than a centralized authority. DIDs use public-key cryptography for verification without traditional identity providers. In blockchain contexts, DIDs map to on-chain addresses and enable verifiable authentication across protocols.

Compresión ZKzk-proofs

Zero-Knowledge Proofs (ZKP)

A zero-knowledge proof is a cryptographic protocol by which a prover convinces a verifier that a statement is true — for example, that a state transition is valid — without revealing any information beyond the truth of the statement itself, satisfying the properties of completeness, soundness, and zero-knowledge. In Solana's ecosystem, ZKPs are used by ZK Compression (via Groth16 SNARKs) to prove correct state transitions for compressed accounts without storing full account state on-chain, and by the Token-2022 Confidential Transfers extension (via ElGamal encryption and range proofs) to prove token balances are non-negative without revealing the actual amounts. Solana's BPF VM exposes the alt_bn128 elliptic curve syscall to make on-chain Groth16 proof verification computationally feasible within the 1.4M compute unit budget.

Más en la categoría

Quédate en la misma capa y sigue construyendo contexto.

Estas entradas viven junto al término actual y ayudan a que la página se sienta parte de un grafo de conocimiento más amplio en lugar de un callejón sin salida.

Web3

Web3

The vision of a decentralized internet built on blockchain technology, where users own their data, identity, and digital assets. Web1 was read-only (static pages), Web2 is read-write (platforms like social media), Web3 is read-write-own (permissionless, user-sovereign). Web3 applications use wallets instead of logins and smart contracts instead of centralized servers.

Web3

dApp (Aplicación Descentralizada)

An application with its backend logic running on a blockchain as smart contracts rather than centralized servers. dApps typically have a traditional web frontend that interacts with on-chain programs via RPC. Users authenticate with wallets instead of username/password. Examples: Uniswap (Ethereum DEX), Jupiter (Solana DEX), Magic Eden (NFT marketplace).

Web3

Billetera

Software or hardware that manages cryptographic keys and enables users to sign transactions, view balances, and interact with dApps. Hot wallets (Phantom, Solflare, Backpack) are internet-connected for convenience. Cold wallets (Ledger, Trezor) store keys offline for security. Wallets don't actually 'hold' tokens—they hold the private keys that control on-chain accounts.

Web3

Frase Semilla (Mnemónico)

A 12 or 24-word human-readable backup of a wallet's master private key, generated using BIP-39 standard. The seed phrase can deterministically regenerate all derived keypairs (BIP-44 derivation paths). Losing the seed phrase means permanently losing access to all associated accounts. Never share, photograph, or store seed phrases digitally in plain text.