Skip to main content

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.

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.

Core Contracts

These are the beacon addresses that users interact with.
ContractAddressBaseScan
ShareLandMarket0x6E43100ad67C1e5FcFE86f764C309D0fc09b63D7View
ShareLandToken0xEe5FB96a1632820a1F2b8FAf29f203829D3d7CE2View
OrderBook0x6A4fB77BAc500893E9A753dE32DcEA0E939D30B0View
CollateralPosition0x8604455F37C96A86B1069B409b88E9b3fc2e3c36View
LiquidityProviderToken0xf6394875d3759cabF05aE57D4F7A1b8B9bFE9f58View

Oracle Contracts

ContractAddressBaseScan
DecentralizedOracle0x6b0523C666582513CAd89E3F653854EF650E0e2CView
SimpleOracle0x37C408c0F1752e33ed169cEe6B5B881551Ad64EaView

Infrastructure

ContractAddressBaseScan
MarketFormula0x697631c4fda4B984c6E350f2b0716a8a100C7693View
ExchangeRateConverter0x0BcF105266f378ecD2BC1fea13fbf7550f574615View

External Tokens

TokenAddressBaseScan
USDC (Circle)0x833589fcd6edb6e08f4c7c32d4f71b54bda02913View
$TYCOON0xdA4c86B5444294a5Ba3b806aE7718f1f95Cc3120View

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.