# OhShii Launcher Docs > How OhShii Launcher works — a simplified guide for users and the full developer documentation. Each page below links to its clean Markdown. Fetch a page's .md to read it, or use the per-page "Copy page for AI" button in the docs UI. ## For Users - [Why OhShii](/docs/_md/for-users/why-ohshii.md): Why launch on OhShii: genuine, verifiable decentralization from day zero, and governance designed to resist capture. - [Overview](/docs/_md/for-users/overview.md): What OhShii Launcher is and how it differs from other launchpads. - [LGE Launch](/docs/_md/for-users/lge-launch.md): The Liquidity Generation Event: buy-only mechanism, fundraising, controllers, and purchase limits. - [LGE Participation](/docs/_md/for-users/participation.md): How to participate in an LGE: requirements, governance benefits, vesting, referrals, and voting power. - [Additional Features](/docs/_md/for-users/additional-features.md): ICPSwap trading, the Bitcoin gateway, cycle control, the Bubble Map, the Transaction Explorer, and the Guardian role. - [Sponsor & Referral](/docs/_md/for-users/sponsor-referral.md): How the optional referral system works: a success-contingent reward share from a capped pool, claimed from the campaign's own DAO — or just use a sponsor code when you participate. - [Claim & Vesting](/docs/_md/for-users/claim-vesting.md): How you receive your tokens after a successful LGE: governance-managed vesting (always on), how to activate it, and why immediate claim isn't used. - [Refunds](/docs/_md/for-users/refunds.md): What you get back if an LGE fails to sell out: refund percentages, the 7-day window, and how to claim. - [Voting](/docs/_md/for-users/voting.md): How governance voting works on OhShii: voting power, identity verification, and how to vote on ONS and per-campaign (SONS) proposals. - [CaffeineAI](/docs/_md/for-users/caffeine-integration.md): Integrating an OhShii token into a CaffeineAI dApp: a governance token via LGE, a standalone token, and converting a standalone token into a DAO later. - [Liquid Democracy](/docs/_md/for-users/liquid-democracy.md): How to delegate your OHSHII votes by following a delegate — and how that delegated vote is cast, with your own power, on the ecosystem DAO. - [Imported DAO](/docs/_md/for-users/imported-dao.md): Give on-chain governance to a token that already exists — external or OhShii standalone-minted — without running an LGE. ## For Developers - [Project README](/docs/_md/for-developers/readme.md): OhShii Launcher overview: token launch + DAO bootstrap on the Internet Computer. - [Architecture](/docs/_md/for-developers/architecture.md): Canister layout, governance scope, and who can modify what. - [MemoryId Inventory](/docs/_md/for-developers/memory-inventory.md): Stable memory allocation map across all canisters. - [Creating a Liquidity Generation Event](/docs/_md/for-developers/lge-creation.md): How a creator launches an LGE: canisters deployed, controllers, the buy-only bonding curve, and fundraising parameters. - [Creating a Standalone Token](/docs/_md/for-developers/token-creation.md): Deploy an ICRC token without an LGE: configurable parameters, minting account, and the fixed security controllers. - [Importing a DAO](/docs/_md/for-developers/imported-dao.md): Wrap an existing ICRC token in its own SONS governance canister without an LGE: the two-phase flow, ledger compatibility (incl. the WASM module-hash allowlist), controllers, and dapp upgrades by vote. - [Participating in an LGE](/docs/_md/for-developers/lge-participation.md): Purchase limits, the Voter Benefit Protocol tiers, the sponsor code, and the OHSHII fee with its governance exemption. - [Refunds on Campaign Failure](/docs/_md/for-developers/refunds.md): The claimable refund flow and per-party refund percentages when an LGE fails to reach its target. - [Claiming Tokens & Vesting](/docs/_md/for-developers/token-claim.md): Immediate claim vs governance-managed vesting via OhShii Locker after a successful LGE. - [Sponsor System](/docs/_md/for-developers/sponsor-system.md): VP-gated sponsor reward tiers and fee distribution. - [Governance: ONS vs SONS](/docs/_md/for-developers/governance.md): OHSHII governance (ONS) vs per-campaign governance (SONS): proposal types and methods. - [Voting](/docs/_md/for-developers/voting.md): How a proposal is voted and resolved on ONS and SONS: voting power, the two-axis Normal/Critical model, guardian veto, and the identity-verification gate. - [Governance & Capture Resistance](/docs/_md/for-developers/capture-resistance.md): How OhShii governance resists capture: the threat model, the per-mechanism countermeasures (quadratic VP + personhood, the Normal/Critical thresholds, guardian veto and override, controller/upgrade routing, delegation limits, day-zero autonomy), the honest limits, and how the design compares to the SNS. - [Liquid Democracy](/docs/_md/for-developers/liquid-democracy.md): ONS vote delegation: follow/unfollow lifecycle, snapshot cascade, and rate limits. - [World ID Verification](/docs/_md/for-developers/world-id-verification.md): World ID voter verification: flow, privacy model, threshold-ECDSA signatures, and controls. - [DecideID Verification](/docs/_md/for-developers/decideid-verification.md): DecideID proof-of-personhood verification via Internet Identity, no HTTPS outcalls. - [Core Workflows](/docs/_md/for-developers/workflows.md): LGE creation, voting, proposal execution, finalization, and refund flows. - [OhShii Locker Integration](/docs/_md/for-developers/locker-integration.md): Locker vs SONS vesting, lock workflows, and integration boundaries. - [Menese Protocol Integration](/docs/_md/for-developers/menese-integration.md): Cross-chain SOL/ICP swaps via the Menese Protocol SDK. - [ICPSwap LP Lock](/docs/_md/for-developers/lp-lock.md): ICPSwap V3 LP lock mechanics, the deposit-to-lock flow, and the voting power an LP lock grants. - [Logging System](/docs/_md/for-developers/logging-system.md): Three-tier logging architecture across canisters. - [Shield Pre-Auth Cache](/docs/_md/for-developers/shield-preauth-cache.md): In-canister firewall: PoW challenges, rate limits, and the pre-auth cache. - [Shield Core (crate)](/docs/_md/for-developers/shield-core.md): The reusable in-canister firewall crate shared by launcher and locker. - [Disaster Recovery](/docs/_md/for-developers/disaster-recovery.md): Guardian-driven index rebuild and recovery operations. - [Post-Saturation Recovery](/docs/_md/for-developers/post-saturation-recovery.md): Operator runbook: return the Shield to normal after a Sybil / cycle-drain saturation event — Defcon de-escalation, kill-switch revert, rate-counter reset, cache refresh. - [Docker Deploy Guide](/docs/_md/for-developers/deploy-docker.md): Reproducible, verifiable WASM builds via the Docker deployment pipeline. - [Local Deploy Guide](/docs/_md/for-developers/deploy-local.md): Local dfx replica deployment and system canister setup. - [Governance Canister Build](/docs/_md/for-developers/deploy-governance-build.md): sons_governance WASM build pipeline and hash verification. - [Voter Verification Guide](/docs/_md/for-developers/voter-verification.md): How DAO voters verify WASM hashes for governance proposals. - [Frontend Architecture](/docs/_md/for-developers/frontend.md): React + JSDoc frontend: type bridges, auth providers, and conventions. - [Contributing](/docs/_md/for-developers/contributing.md): License, contribution terms, governance precedence, and PR workflow.