What it is
Osage Network is a sovereign L1/L2 chain — built on luxfi packages and aligned with the Lux consensus family — that anchors identity, asset registries, and durable records for the ecosystem. The explorer at this domain is the public read interface.
What it carries
- Identity. Osage ID attestations, in cooperation with Hanzo IAM.
- Assets. Tokenized exposure to ecosystem ventures and real assets — precious metals via Osage Gold, agricultural via Osage Farm.
- Records. Notarized timestamps, archival hashes, charter documents — including the standing partnership documents held in
osage/legal/. - Settlement. On-chain settlement for venues at osage.exchange and osage.markets.
Architecture
The explorer follows the standard Lux pattern — one binary combining three components, deployable independently or together:
indexer— chain data: blocks, transactions, tokens, contracts (SQLite, WAL).graph— subgraph events: swaps, pools, DeFi, GraphQL.explore— the Next.js frontend you reach at the explorer subdomain.
Each chain has its own SQLite shard at /data/{chain}/index.db; replication to durable object storage is optional. Edge served by hanzoai/ingress; secrets in Hanzo KMS only.
Endpoints
https://explorer.osage.network— the frontend.https://indexer.osage.network/v1/explorer— REST.https://gql.osage.network— GraphQL (subgraph).wss://rpc.osage.network— node RPC, WebSocket.
What it is not
Not a speculation vehicle. Not a launchpad. Network access is permissioned where it must be (e.g. securities issuance) and open where it can be. The chain is plumbing.
Source
Public source for the chain and the explorer: osage/network. Built and deployed via Hanzo PaaS.