# Realms

## Docs

- [Realms](https://docs.realms.today/introduction/realms.md): What is Realms?
- [What is a DAO](https://docs.realms.today/introduction/what-is-a-dao.md): At its simplest, a decentralized autonomous organization (DAO) is a community with a shared bank account
- [Features](https://docs.realms.today/introduction/features.md): Set of features available in Realms
- [Safety](https://docs.realms.today/introduction/safety.md): Learn more about security on Realms
- [Costs](https://docs.realms.today/introduction/costs.md): Platform fees & Network fees
- [Glossary](https://docs.realms.today/introduction/glossary.md): List of words related to governance
- [Sowellian Governance](https://docs.realms.today/sowellian/sowellian-governance.md): By utilizing a novel betting mechanism, organizations can align decisions and outcomes with "skin in the game"
- [Sowellian: How It Works](https://docs.realms.today/sowellian/sowellian-how-it-works.md)
- [Island Capital Proposals](https://docs.realms.today/sowellian/island-capital-proposals.md): Proposals are how DAOs make decisions, this guide shows you how to create Sowellian proposals.
- [V2 Interface](https://docs.realms.today/realms-v2/v2-interface.md): Complete guide to navigating the Realms V2 interface
- [DAO Creation Wizard](https://docs.realms.today/realms-v2/dao-creation-wizard.md)
- [Community Token DAO](https://docs.realms.today/realms-v2/dao-creation-wizard/community-token-dao.md): A Community Token DAO is the most common type of DAO where governance power comes from holding governance tokens. Members vote on proposals proportional to their token holdings.
- [NFT Community DAO](https://docs.realms.today/realms-v2/dao-creation-wizard/nft-community-dao.md): An NFT Community DAO uses NFT ownership as the basis for governance participation. Each NFT typically represents one vote, creating a membership-based governance model.
- [Multi-Signature DAO (Multi-sig)](https://docs.realms.today/realms-v2/dao-creation-wizard/multi-signature-dao-multi-sig.md): A Multi-Signature DAO operates like a traditional multi-sig wallet but with additional governance features. It's perfect for small teams or organizations that need shared control over assets and decis
- [Configurations](https://docs.realms.today/realms-v2/dao-creation-wizard/configurations.md): After a DAO is created, users that detain governance tokens or council tokens can change the DAO configuration.
- [Features](https://docs.realms.today/realms-v2/features.md)
- [Proposals](https://docs.realms.today/realms-v2/features/proposals.md): Proposals are how DAOs make decisions, this guide shows you how to create, manage, and vote on them.
- [Instructions](https://docs.realms.today/realms-v2/features/instructions.md): Instructions are executable actions attached to proposals. When a proposal is approved, its instructions are executed on-chain.
- [Delegation](https://docs.realms.today/realms-v2/features/delegation.md): Delegation allows governance token holders to assign their voting power to trusted community members, enabling more active participation in DAO governance while maintaining democratic principles.
- [Treasury](https://docs.realms.today/realms-v2/features/treasury.md): A treasury account is a shared wallet that holds assets owned by a DAO.
- [Streaming](https://docs.realms.today/realms-v2/features/streaming.md): Streaming allows continuous, time-based token transfers instead of one-time payments. Both users and DAOs can create streams to distribute tokens gradually over a set period.
- [Programs](https://docs.realms.today/realms-v2/features/programs.md): DAO owned programs are Solana programs (smart contracts) where the upgrade authority is transferred to the DAO's governance.
- [Metadata](https://docs.realms.today/realms-v2/features/metadata.md): This guide shows you how to update your DAO’s logo, banner, and social links on Realms to build recognition and trust.
- [Council](https://docs.realms.today/realms-v2/features/council.md): A council is a selected group of trusted members or representatives responsible for overseeing key decisions, managing proposals, or acting as a check on community governance.
- [Veto](https://docs.realms.today/realms-v2/features/veto.md): Veto allows DAOs to configure a secondary rejection mechanism where proposals can be blocked if a sufficient number of members vote against them, even if the approval threshold was met.
- [Profile](https://docs.realms.today/realms-v2/features/profile.md): The User Profile is your personal space within the DAO ecosystem, where you can manage your identity, view your participation, and customize your presence.
- [Leaderboard](https://docs.realms.today/realms-v2/features/leaderboard.md): The Realms Leaderboard tracks individual user activity and engagement, determining eligibility for Realms token allocation. Reputation before rewards.
- [Integrate Realms](https://docs.realms.today/developer-resources/integrate-realms.md): Integrate Realms Into Your Stack
- [AI Agents & Realms](https://docs.realms.today/developer-resources/ai-agents-and-realms.md): AI agents can be powerful participants in DAO governance. They can monitor proposals, analyze voting patterns, automate routine governance tasks, and even act as delegates
- [Plugins V2](https://docs.realms.today/developer-resources/plugins-v2.md)
- [Plugins V1](https://docs.realms.today/developer-resources/plugins-v1.md)
- [Voter Weight Plugin](https://docs.realms.today/developer-resources/plugins-v1/voter-weight-plugin.md)
- [V1 Voter Stake Registry Plugin](https://docs.realms.today/developer-resources/plugins-v1/v1-voter-stake-registry-plugin.md): VSR is a governance plugin implementing the veToken semantics. If a DAO uses the plugin (or any other plugin) then there are additional plugin instructions required to vote on a proposal.
- [V1 NFT Plugin](https://docs.realms.today/developer-resources/plugins-v1/v1-nft-plugin.md): Configure NFT Voting Plugin and Enable NFT Voting Plugin
- [V1 Quadratic Voting](https://docs.realms.today/developer-resources/plugins-v1/v1-quadratic-voting.md)
- [API](https://docs.realms.today/developer-resources/api.md): The Realms API provides HTTP endpoints for querying DAO data, proposals, members, and more
- [SDK](https://docs.realms.today/developer-resources/sdk.md): Explore the Realms SDK
- [SDK DAO Creation](https://docs.realms.today/developer-resources/sdk/sdk-dao-creation.md): Create a DAO using the SDK
- [Custom Instruction](https://docs.realms.today/developer-resources/custom-instruction.md): How to create a custom instruction to be executed via Realms
- [Custom Plugin](https://docs.realms.today/developer-resources/custom-plugin.md): How to create a custom plugin and attach it to Realms
- [Custom UI](https://docs.realms.today/developer-resources/custom-ui.md): This guide covers how to build custom governance UIs
- [Custom DAO](https://docs.realms.today/developer-resources/custom-dao.md): Need something custom? We build bespoke DAO solutions for your protocol
- [spl-governance](https://docs.realms.today/developer-resources/spl-governance.md): The SPL Governance is a Solana blockchain program developed as part of the Solana Program Library
