Descentralização

A distribuição de autoridade e controle de uma entidade central para uma rede distribuída.

Decentralization is the foundational philosophy of the cryptocurrency movement. By removing intermediaries (like banks or tech giants), decentralized systems aim to create 'trustless' environments where code dictates the rules, not human discretion. This applies to money (Bitcoin), finance (DeFi), governance (DAOs), and even infrastructure (DePIN).

        graph LR
  Center["Descentralização"]:::main
  Pre_consensus_mechanism["consensus-mechanism"]:::pre --> Center
  click Pre_consensus_mechanism "/terms/consensus-mechanism"
  Rel_dao["dao"]:::related -.-> Center
  click Rel_dao "/terms/dao"
  Rel_smart_contract["smart-contract"]:::related -.-> Center
  click Rel_smart_contract "/terms/smart-contract"
  Rel_asn["asn"]:::related -.-> Center
  click Rel_asn "/terms/asn"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explique como se eu tivesse 5 anos

🌍 Imagine um jogo sem chefe. Todos concordam com as regras. Ninguém manda sozinho, o poder é compartilhado por todos.

🤓 Expert Deep Dive

Decentralization is not a binary state but a spectrum measured across three primary vectors: Architectural (how many physical nodes?), Political (how many individuals control those nodes?), and Logical (does the system present as one interface?). The Nakamoto Coefficient is the standard metric for quantifying political decentralization, representing the minimum number of colluding entities required to compromise the network (e.g., via a 51% attack). While architectural decentralization improves fault tolerance, it often introduces trade-offs in scalability and latency, known as the Decentralization Trilemma (Security, Scalability, Decentralization). True decentralization also requires mitigating 'hidden' centralization risks like reliance on specific cloud providers (AWS/Azure) or client software diversity.

🔗 Termos relacionados

Pré-requisitos:

📚 Fontes