Glue Network
  • 👋Welcome to Glue
  • 📚White Papers
    • 📚White Papers
    • 📕White Paper: Technology Stack
      • Technology Selection
      • Advantages of the Use-Case Optimised Model
      • Layer 1 Driven Layer 2 Development
      • Divorcing Security from Censorship Resistance
      • Cross-Consensus Messaging (XCM)
        • Use Case Example: Building a Multi-Layered dApp with XCM
      • Unified Token Model
      • Building a Robust Ecosystem of Service Providers
      • Strategic Enhancements to the Protocol
      • Recap of Key Innovations and Strategic Enhancements
    • 📘White Paper: Decentralized Application Stack
      • Goals of the Glue dApp Stack
      • Aggregation Strategy: The Glue Hub
      • Glue dApp Development Strategy: A Proactive and Integrated Approach
      • Initial dApps in the Glue Ecosystem
      • Deployment Order of Protocols
        • Deployment Phases
      • Glue's Total Value Locked Philosophy: Prioritising Utility and Stability
      • Governance Tokens and Incentives
      • Distribution Mechanism for DEX and Lending Protocol Tokens
      • Recap of Key Components
    • 📗White Paper: Service Layer
      • Custody
      • Services
        • Subscription Models
        • Service Example
      • A New Standard for DeFi
    • 📙White Paper: Governance
      • Governance and Treasury Management
      • Summary of Glue's Capital Raising Efforts
      • Valuation and Token Distribution
      • Founders Tokens
      • Foundation Allocation
      • Genesis Token Allocations
      • Strategic Capital Allocation and Future Growth Plans
      • Avoiding Traditional Pitfalls
      • Decentralised Treasury Management
      • Future Role of the Glue Foundation
      • Addressing Potential Concerns and Educating Token Holders
  • 👨‍🏫Learn About Glue
    • 🔎Understanding Glue
    • 🔎Glue's Technology
    • 🔎Glue Layer 1 Validation
    • 🔎Glue's Use-Case Optimized L2s
    • 🔎Glue's Security
    • 🔎Glue's Service Layer
    • 🔎Glue Hub
    • 🔎How Does Glue Compare?
    • NOT a Roadmap
    • 🔬Glue Audit
    • 🪙Tokenomics At Genesis
    • Glue Token Sale
  • 🖥️GLUE MAINNET
    • Bonus Vaults
      • Seed/Angel & LBP Participants
      • Public Presale Participants
    • 🌊Provide Liquidity on Glue
    • 🏦Glue Lend
    • 📃$GLUE Token Contract
    • How to Buy $GLUE
  • 💻Glue AlphaNet
    • 🥽Welcome to Glue AlphaNet
      • Glue Blockchain Explorer
      • Faucet
      • 🔎AlphaNet FAQ
      • 👨‍🔬AlphaNet User Guide
        • 📊My Portfolio
        • 💱Buy & Sell Crypto
        • 🛒Market
        • 💰Earn
        • 🏧Transfer & Pay
        • 📜Transaction History
        • 🧰Tools
  • 🏁Glue Quest
    • 🆕Onboarding Quests
    • 💹Trade Quests
    • 💰Earn Quests
    • Transfer & Pay Quests
  • 📣About Glue
    • 👨‍💼Glue Team
    • Glue AMAs
    • 🤝Partnerships
    • 🔗Official Links
Powered by GitBook
On this page
  • What is a Substrate Address and Why Do You Need It?
  • Viewing the Relaychain
  • View Your Vault Balances
  • Vault IDs
  • View Your Participation in Network Validation
  1. Learn About Glue

Glue Layer 1 Validation

PreviousGlue's TechnologyNextGlue's Use-Case Optimized L2s

Last updated 4 months ago

What is a Substrate Address and Why Do You Need It?

In the Glue blockchain ecosystem, bonding and security is managed on the lower layer, the Relaychain. The Glue Relaychain is built on substrate and therefor recognises a different encryption algorithm.

To interact across the ecosystem, when necessary, your account’s address is converted into a substrate address. Your EVM address and derived Substrate address are linked, so you control both with the same wallet. This address is needed whenever you are directly reading the other layers via a block explorer.

For full transparency, when connecting your wallet to a page that leverages a Substrate address, we will present it to you. This allows you at any time to verify what is happening across the multiple layers of the Glue ecosystem.

The Relaychain exists specifically to ensure all multi level chains can work together, keeping all of the benefits and minimising the downside of multiple networks.

Viewing the Relaychain

To view the Glue Relaychain, you can visit an open source explorer such as and enter in a public web socket. You can find a Glue hosted web socket .

Add your derived address to your address book. This will allow you to track and quickly check anything as needed.

  1. Copy the Derived Address from the Glue Hub.

  2. Press 'Add Contact'.

  1. Paste it into the contact popout and give it a name.

View Your Vault Balances

Specify the lookup parameters to find your total stake.

  1. Select incentivizedVesting as the “State Query”.

  2. Select stake(AccountId32) as the “function”.

  3. Select your created address as the “Option<AccountId32>”.

  4. Press the “+” on the right hand side.

The stake will present without decimal places. So you can remove the last 18 numbers to see your bond in whole GLUE.

If you wish to go a step further and see into each Vault. You can do so with the same screen, under the following parameters.

  1. Select incentivizedVesting as the “State Query”.

  2. Select poolMembers(u32, AccountId32) as the “function”.

  3. Select the PoolId under “u32”

    Note: The pool IDs is your vault identifier. The Identifiers (Vault IDs) are outlined below.

  4. Select your created address as the “Option<AccountId32>”.

  5. Press the “+” on the right hand side.

Vault IDs

For Founders

Pool ID 4: Bonding period of 3 months.

Pool ID 5: Bonding period of 6 months.

Pool ID 6: Bonding period of 12 months.

Pool ID 7: Bonding period of 6 months.

Pool ID 8: Bonding period of 12 months.

For Seed/Early Investors

Pool ID 9: Bonding period of 3 months.

Pool ID 10: Bonding period of 6 months.

Pool ID 11: Bonding period of 12 months.

For Current Vaults

Pool ID 12: Bonding period of 6 months.

Pool ID 13: Bonding period of 12 months.

Pool ID 14: Bonding period of 24 months.

View Your Participation in Network Validation

You can join and commit to pools through this UI. However you will miss out on bonuses from the vaults and you will need to manage all of your bonded positions from this explorer.

If you added your address to your address book within the explorer, you’ll find your address in the pool under your defined name.

After adding your derived address, you can begin scouting through the vaults .

If you wish to look deeper into validation and the contributions to the pools. You can find it .

👨‍🏫
🔎
HERE
HERE
polkadot.js.org
HERE