Skip to main content

Ecosystem Directory

This page lists projects, infrastructure, and services that operate on or serve the XPHERE network — explorers, wallets, staking, RPC infrastructure, and the applications built on top of them.

Listing is not an endorsement

Only some entries below are operated by the XPHERE Foundation: the XPScan explorer, the XP Union Vault staking portal, and the official x-phere.com RPC endpoints. The authoritative record of what the Foundation operates is the verified properties list in Security.

ZIGAP is an official XPHERE partner wallet, operated by its own team rather than by the Foundation. Every other entry — the Tamsa Explorer and the Ankr RPC endpoint among them — is a third party.

Listing a partner or third party is informational only. It is not an endorsement, a security audit, a due-diligence result, or a guarantee of any kind by the XPHERE Foundation. The Foundation does not review the code, custody arrangements, or business practices of the parties listed here, and does not accept liability for their use.

Do your own research before connecting a wallet, signing a transaction, or depositing funds — for Foundation-operated services as well as third-party ones. Always confirm a project's domain against its own official channels before entering credentials, and never share a seed phrase or private key with anyone.

This directory lists services the Foundation can currently link to. It is not exhaustive. Categories with no entries yet are listed anyway, so the structure is visible and the gaps are obvious.

Explorers

Block explorers let you inspect blocks, transactions, addresses, and validator state without running a node.

ProjectNetworkWhat it doesLink
XPScanMainnetOfficial XPHERE block explorer — blocks, transactions, addresses, the Union validator list, and a web form for contract verificationxpscan.io
Tamsa ExplorerMainnetExplorer with a public read API for network and Union dataxp.tamsa.io
Tamsa Testnet ExplorerTestnetThe Testnet instance — Chain ID 1998991, native token XPTxpt.tamsa.io
Testnet goes to xpt.tamsa.io

XPScan publishes Mainnet data — its own footer states Chain ID: 20250217 — and no XPScan testnet instance is published, so a Testnet transaction will not resolve there. Network identifiers for both environments are listed in Network Info.

Wallets

ProjectWhat it doesLink
ZIGAPOfficial XPHERE partner wallet with built-in network support — no manual network configuration requiredabout.zigap.io

XPHERE is EVM-compatible, so wallets that support custom EVM networks — MetaMask, Rabby, and WalletConnect-compatible wallets among them — can be pointed at XPHERE manually. Configuration values and step-by-step instructions are in Wallet Setup.

Staking

ProjectWhat it doesLink
XP Union VaultNon-custodial staking vault operated by the Foundation; pays stakers from the Union node's real earnings and burns the remainderstake.x-phere.com

Parameters, contract addresses, risks, and the settlement model are documented in XP Staking (Union Vault). Contract addresses can be verified independently on XPScan.

Infrastructure / RPC

ProjectWhat it doesLink
XPHERE FoundationOfficial public JSON-RPC endpoints for Mainnethttps://en-hkg.x-phere.com · https://en-bkk.x-phere.com
AnkrGlobal RPC provider serving both Mainnet and Testnet; XPHERE is listed in Ankr's public chain directory, and Ankr also runs a Union validator slothttps://rpc.ankr.com/xphere_mainnet · https://rpc.ankr.com/xphere_testnet

Testnet endpoints, WebSocket URLs, namespaces, and rate-limit caveats are covered in Public JSON-RPC Endpoints.

You can confirm any endpoint yourself before relying on it:

curl -X POST https://en-hkg.x-phere.com \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'

A Mainnet endpoint returns the Mainnet chain ID 20250217 (hex 0x134fe69).

note

Ankr also operates a Union validator slot. The authoritative, live membership list is on-chain — see Union Members.

Mining Pools

ProjectWhat it doesLink
XP PoolxpHash mining pool serving Mainnet and Testnet over Stratumstratum+tcp://xphash.xppool.io:3333 · stratum+tcp://testnet-xphash.xppool.io:3333

This is currently the only mining pool operating on XPHERE. Setup instructions, its published fee and payout terms, and what that concentration means are covered in Mining → Getting Started.

Union Members

Union members are the network's validators. Because membership changes as slots are registered, this directory does not duplicate the list.

DeFi

No entries are listed yet. Protocols that are live on XPHERE Mainnet and publicly reachable will be added here as they are submitted and confirmed.

Applications & dApps

No entries are listed yet. This section will cover user-facing applications deployed on XPHERE Mainnet.

Tooling & Developer Services

No entries are listed yet. This section will cover SDKs, indexers, node services, and other developer-facing tooling beyond the official references in Developers.

Data & Analytics

No entries are listed yet. This section will cover analytics dashboards, data feeds, and market-data services covering XPHERE.

Get Listed

If you are building on XPHERE, contact the Foundation at Contact@X-phere.com. Teams looking for funding can also apply to the Grant Program.

See Also