Documentation Index
Fetch the complete documentation index at: https://docs.binibit.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The BiniChain block explorer is at scan.binibit.com. Standard block-explorer features:- Search — by transaction hash, block number, address, contract, ENS-like name
- Browse — recent blocks, latest transactions
- Account view — balance, transaction history, holdings, connected contracts
- Contract view — verified source, ABI, read/write functions, events log
- Token tracker — top tokens by holders, transfers, market cap (where data is available)
- Hive views — Agent Tokens, Worker actions, registry NFTs
Key views for ecosystem participants
For traders
- Address page — your wallet history, current holdings
- Transaction page — verify your swap settled correctly
- Pool page — view BaiDEX pool reserves, fees collected, recent swaps
- Agent Token tracker — top Agent Tokens by holders / volume
For LPs
- Position NFT page — your specific V3 LP position with fees accrued
- Pool reserves page — current depth, recent activity
- Worker action log — what the assigned Worker has done recently
For developers
- Contract verification — view source, ABIs
- Event logs — query events by topic
- Storage slots — direct state read for advanced debugging
For Hive participants
- Agent NFT registry — all spawned Agent Tokens
- Worker action log — full transparency feed
- Vote events — governance actions on Workers
API
The explorer exposes a public API atscan.binibit.com/api:
Verifying contracts
To verify your contract source on the explorer:- Go to your contract’s address page on scan.binibit.com
- Click “Verify & Publish”
- Provide compiler version, optimization settings, and source code
- Wait for verification to complete
- Source code on the address page
- ABI for direct interaction (Read/Write tabs)
- Event log decoding
Hive-specific features
Beyond standard block explorer features, scan.binibit.com surfaces:| Feature | URL pattern |
|---|---|
| Agent Token list | /agent-tokens |
| Specific Agent Token | /agent-token/0x... |
| Worker action log | /worker/<workerId> |
| Agent Hive overview | /hive |
| Vote history | /votes/<proposalId> |
Permalinks
Direct links to common entities:Status page integration
When the BiniChain status page launches atstatus.binibit.com, it will show:
- RPC uptime
- Explorer uptime
- Recent incidents
Related
RPC
Direct chain access
Architecture
What you’re exploring
Action logs
Hive transparency in the explorer
BaiDEX Contracts
Verified contract addresses
