Shareland runs entirely on-chain on Base (chainId 8453). All contracts are verified on BaseScan, and you can inspect the source code at any time.Documentation Index
Fetch the complete documentation index at: https://docs.share.land/llms.txt
Use this file to discover all available pages before exploring further.
Core Contracts
These are the beacon addresses that users interact with.| Contract | Address | BaseScan |
|---|---|---|
| ShareLandMarket | 0x6E43100ad67C1e5FcFE86f764C309D0fc09b63D7 | View |
| ShareLandToken | 0xEe5FB96a1632820a1F2b8FAf29f203829D3d7CE2 | View |
| OrderBook | 0x6A4fB77BAc500893E9A753dE32DcEA0E939D30B0 | View |
| CollateralPosition | 0x8604455F37C96A86B1069B409b88E9b3fc2e3c36 | View |
| LiquidityProviderToken | 0xf6394875d3759cabF05aE57D4F7A1b8B9bFE9f58 | View |
Oracle Contracts
Infrastructure
External Tokens
Architecture
Shareland uses an upgradeable beacon proxy pattern (OpenZeppelin). The core addresses above are beacons. Individual market proxies point to these beacons, and implementation contracts sit behind them. Beacons can be upgraded without changing any proxy addresses. All implementation source code is verified on BaseScan.If you see a MetaMask “Address needs review” warning, this is a standard alert for newer contracts. You can verify any address above by clicking the BaseScan link and confirming the source code is verified.

