LogoLogo
🔎 Our Homepage💎 Join Our DiscordðŸ‘ū Contribute on GitHubPrivacy Policy
  • 🌄Introduction
    • ðŸŽŊHow Blockchain Protects Public Safety
      • 🗚ïļOld System, New World
      • ðŸ’ĄA Working Solution
    • â„đïļImportant Links
  • â›ĩResearchers
    • 🗓ïļPublication Pipeline
      • ðŸ“ĒPublication Requests
      • ðŸģResearch Development
        • ðŸ›ĢïļRD1 | Build3 Roadmap for Blockchain-Based Construction Supervision
        • 👷‍♀ïļRD2 | Labor-Based Based Voting Authority
        • ðŸŠķRD3 | Authorship, not Ownership: Re-understanding and NFT
        • ðŸ‘ŋRD5 | Blockchain Makes Everything Worse for Everyone in Every Industry
        • ðŸĨ‘RD6 | Configuring a DAO as a Legal 503(c)
      • 🗄ïļPR Archives
    • 🔭Use Cases
      • ðŸŦ”Proof of Supervision with Blockchain
      • 🏔ïļRecord of Work
      • 🏝ïļConnecting to Land
      • ðŸ›ŦPermitZIP: Two-Week Project
  • ðŸ•đïļDevelopers
    • 🧑‍🚀Architecture Overview
      • ðŸĨConsensus
      • 🛰ïļStorage
    • ⚗ïļNotes about Substrate
      • 🏃‍♂ïļRuntime
      • 🏗ïļFRAME Pallet
        • ⮇ïļImports
        • ⚙ïļRuntime Configuration Trait
        • ðŸ’ūRuntime Storage
        • 👍Runtime Events
        • 🏑Hook
        • 🙋Extrinsics (Dispatchable Calls)
      • ðŸ“ĶOther Important Crates
        • ðŸ“Ąframe_system
        • ðŸĪframe_support
        • ðŸĪ frame_executive
      • 🍇Prebuilt Pallets
        • 🊙Assets
        • ⚛ïļAtomic Swap
        • ⚖ïļBalances
        • 📊Benchmark
        • â˜ŪïļCollective
        • 📃Contracts
        • Democracy
        • Elections PhragmÃĐn
        • 🌌Off-chain Worker
        • ðŸ‘īGRANDPA
        • 🆔Identity
        • Indices
        • 🧜Membership
        • ðŸŦ‚Multisig
        • ðŸ‘Đ‍⚖ïļOffences
        • ðŸ‘Ļ‍ðŸŦProxy
        • 🌄Recovery
        • Scheduler
        • Scored Pool
        • Society
        • ðŸķStaking
        • Sudo
        • âēïļTimestamp
        • 🍚Transaction Payment
        • Treasury
        • ☚ïļUtility
        • ðŸĶšVesting
      • 🐙ink! Smart Contracts
        • 🕊ïļDevelopment
    • ðŸĶ€Rust Programming Language
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Developers
  2. Notes about Substrate
  3. Prebuilt Pallets

Recovery

Allows users to gain access to their accounts if the private key or other authentication mechanism is lost.

The recovery pallet is an M-of-N social recovery tool for users to gain access to their accounts if authentication is lost.

A user is able to make calls on behalf of another account whcih they have recovered.

The recovery process is protected by trusted "friends" whom the original account owner chooses.

A threshold (M) out of N friends are needed to give another account access to the recoverable.

PreviousProxyNextScheduler

Last updated 3 years ago

Was this helpful?

ðŸ•đïļ
⚗ïļ
🍇
🌄