Fetcch
  • 🟠What is Fetcch?
  • 🚅Pull Payments Layer
    • 🔭Overview
    • ❓How it works?
      • 👮Specification
      • 🎒How is it stored?
      • 🌊Pull Payments Flow
    • 🔐Security
      • 🎒Storage
      • ⛓️Cross Chain
    • ⚔️Use Pull Payments
  • 🆔Universal Identity Layer
    • 🔭Overview
    • ❓How it works?
      • 👮Specifications
      • 🎒How is it stored?
      • 🌊Identity Flow
    • 🔐Security
      • 🎒Storage
    • ⚔️Use Fetcch Identity
  • 🏗️Data Structures
    • 📖Address Books
      • 🔭Overview
      • 🎒Storage
  • 💻How to integrate?
    • ✈️Quickstart
    • ⛷️SDK Quickstart
    • 🔓Blockchain
    • ✨Guides
      • 🙇Authentication
      • 😁Identity
        • How to resolve identity?
        • How to create identity?
        • How to update identity?
      • 🤌Transaction Requests
        • How to get transaction requests?
        • How to create transaction request?
        • How to build transaction?
        • How to resolve transaction request?
      • 🫂Address Books
        • How to get address books?
        • How to create address books?
        • How to share address book?
        • How to accept address book request?
      • ⚙️Utility
        • How to sign messages?
          • EVM
          • Solana
          • Aptos
          • EIP-6492 Compatible Signatures
        • How to generate & verify proofs for identity?
    • 📖API Reference
      • ☢️Troubleshooting Errors
      • 🟢OpenAPI Specs
  • 🐧Open Source
    • 📸@fetcch/resolve-names
  • 🥶FAQs
    • FAQs
Powered by GitBook
On this page
  • Encryption
  • L1 Accepted
  1. Pull Payments Layer
  2. Security

Storage

What are the security guarantees for storage

Pull payments are stored on Fetcch network and then to settled to respective blockchains

Encryption

All of the pull payments are only visible to the concerned parties (sender and receiver), wallets/applications can read the payment request only if they have the permission from the concerned user itself.

We use HMAC based encryption algorithm for encrypting important data with a secret key.

Private pull payments are going to be live on Fetcch network in coming months, this requests will be fulfilled through some kind of a stealth address.

L1 Accepted

There is a slot where data is accepted on L2 but is yet to be settled on an L1, data till then is considered as L2 Accepted and after it is settled on L1 then it is considered as L1 Accepted

If a data is L2 Accepted then there are more chances of it being L1 Accepted than being dropped, it depends on the blockchain that we are settling on, some blockchains take more time than others. Also some blockchains are more costly than others, we have a lot of gas optimizations done for these blockchains to lower the costs

PreviousSecurityNextCross Chain

Last updated 1 year ago

🚅
🔐
🎒