mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 09:26:50 +00:00
fixed a typo and enhanced table description for MCP
This commit is contained in:
parent
87f5232ec8
commit
895e245f09
@ -40,6 +40,5 @@ Fact table decomposing every transaction on the Sui blockchain into its constitu
|
||||
|
||||
|
||||
{% docs defi__ez_bridge_activity %}
|
||||
|
||||
This table provides a comprehensive view of cross-chain bridge activity across the Sui blockchain. It consolidates bridge-related events to create a unified dataset for analyzing cross-chain asset movements.
|
||||
Enhanced fact table providing comprehensive cross-chain bridge analytics by consolidating bridge-related events from multiple protocols (Sui Bridge, Wormhole) into a unified dataset. Each row represents a single cross-chain asset movement event enriched with protocol metadata, token information, and USD pricing. Serves as the primary table for cross-chain DeFi analysis, bridge protocol comparison, and capital flow tracking by normalizing bridge events across different protocols into a consistent format. The table automatically applies decimal precision adjustments and USD conversions, enabling direct comparison of bridge volumes and user activity across different chains and token types. Includes complete transaction context, source/destination chain mapping, and protocol identification to support comprehensive cross-chain analytics, security monitoring, and risk assessment. Essential for DeFi dashboards, bridge protocol analysis, and multi-chain ecosystem studies that require unified cross-chain data and standardized bridge event tracking.
|
||||
{% enddocs %}
|
||||
@ -54,7 +54,7 @@ SELECT
|
||||
source_chain,
|
||||
destination_chain,
|
||||
source_address AS sender,
|
||||
destination_address AS reciever,
|
||||
destination_address AS receiver,
|
||||
coin_type,
|
||||
b.symbol AS symbol,
|
||||
amount_unadj,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user