🔹Polygon
Polygon Proof of Stake (POS)
Last updated
Polygon Proof of Stake (POS)
Last updated
Polygon is a sidechain scaling solution that runs alongside the Ethereum blockchain, offering faster and cheaper transactions. It uses MATIC as its native currency for fees, staking and other activities.
Our Polygon data models are structurally similar to Ethereum across all schemas. The core different would be in the coverage projects indexed in the abstracted schemas, such as NFTs and DEX trades (e.g. quickswap operates only on Polygon and not Ethereum mainnet).
Our Polygon schema includes the following raw and enriched schemas.
Schema | Description | Tables |
---|---|---|
Raw | Raw blockchain data. | blocks, transactions, logs, traces |
Raw+ | Deployed contracts with bytecode, decoded token data from raw data. | contracts, erc20_tokens, erc721_tokens, erc_1155_tokens |
Assets | Latest balances, balances by block, transfers, credit debit for MATIC and ERC tokens. | balances_latest, balances, token_transfers, credit_debit |
NFTs | NFT mints, NFT trades with flags and wash trading filters. | trades, mints, trades_with_wash_trading_flags, trades_w_flags |
DEXs | DEX trades, liquidity pool deployed and events (mints and burns). | trades, pools, liquidity_pool_events |
Wallet 360 | Aggregated wallets activities of tagged wallets on-chain - includes wallet assets, DEX trade, NFT trades and bluechips held. | wallet_360 |