# XPR Network Glossary

#### **XPR Network**

A high-performance Layer 1 blockchain built on WASM and DPoS (Delegated Proof of Stake). Designed for real-world utility, instant finality, zero gas fees, and seamless user onboarding.

***

#### **XPR (Token)**

The native utility token of the XPR Network, used for staking, governance voting, and powering dApps.

[Learn how to buy XPR](https://help.xprnetwork.org/hc/en-us/articles/4417459294615-Where-Can-I-Buy-XPR-Network-XPR) | [Staking guide](/wallet/staking+unstaking.md)

***

#### **Staking**

Locking up XPR to participate in governance. Required to vote for Block Producers. Staking also increases account security via a 24-hour unstaking delay.

[Staking & Unstaking Guide](/wallet/staking+unstaking.md)

***

#### **Unstaking**

The process of unlocking your XPR. Takes 24 hours to complete. During this period, you can still cancel the request.

***

#### **Block Producers (BPs)**

Elected entities that produce blocks and maintain the network. Only the top 21 by vote rank are active at any given time.

[BP Voting Guide](/voting/vote-for-block-producers.md)

***

#### **Voting**

Stakers can vote for up to 4 Block Producers. Voting doesn’t impact staking rewards but influences network direction via DPoS governance.

[How to Vote](/voting/vote-for-block-producers.md)

***

#### **DPoS (Delegated Proof of Stake)**

The consensus mechanism used by XPR Network. Token holders delegate votes to Block Producers, who validate transactions and propose blocks.

***

#### **WebAuth Wallet**

The official non-custodial wallet for the XPR Network. Available on web and mobile (iOS/Android). Supports account creation, staking, NFTs, and fiat on-ramp.

[WebAuth.com](https://webauth.com/) | [iOS](https://apps.apple.com/us/app/webauth/id1594500069) | [Android](https://play.google.com/store/apps/details?id=com.metallicus.webauth)

***

#### **explorer.xprnetwork.org**

The official XPR Network blockchain explorer, formerly known as bloks.io. Use it to search accounts, tokens, transactions, and Block Producers.

[Visit Explorer](https://explorer.xprnetwork.org/)

***

#### **Metallicus**

The core contributor and primary developer of the XPR Network, also responsible for the WebAuth Wallet, Metal X, and other ecosystem tools.

[Metallicus.com](https://metallicus.com/)

***

#### **Metal X**

A fully on-chain, gas-free decentralized exchange (DEX) powered by the XPR Network. Offers CLOB-style trading and xtokens.

[Metal X DEX](https://metalx.com/) | [Referral Program](https://metalx.com/learn/referral-program)

***

#### **xtokens**

Trusted, 1:1-backed representations of top digital assets (like BTC, ETH, XRP, DOGE) bridged onto XPR Network. Easily recognizable, gas-free, and tradable on Metal X.

[What are xtokens?](https://metalx.com/learn/bridge)

***

#### **Governance Dashboard**

A portal where users can participate in proposals and vote on decisions affecting the XPR Network.

[Visit gov.xprnetwork.org](https://gov.xprnetwork.org/)

***

#### **Resources**

Used to perform transactions on XPR Network instead of gas. Every account receives RCs based on its XPR balance and staking amount.\
[RCs Explained](https://chatgpt.com/g/g-p-67aa2510625481919c1c99df8ce6b0f6-xpr-network/c/686560de-5754-8010-a230-37e8a0d9a600#)

***

#### **Account Permissions**

Each account has different permission levels (owner, active). You can customize control and recovery options.

[Account Security & Permissions](/wallet/permissions.md)

***

#### **Fiat On-Ramp**

Integrated into WebAuth Wallet, allowing users to buy XPR with debit/credit cards in supported regions like the U.S., Australia, and New Zealand.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bloks.io/resources/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
