A B C D E F G H IJ K L M N O P QR S T U V W XYZ
A
Active Addresses
The count of unique addresses initiating transactions within a given period. A crude but useful proxy for ecosystem engagement. On Sui, active addresses undercount actual usage because PTBs can execute multiple operations from a single address. Aristotle treats this metric as directional rather than absolute.
Aftermath
A DeFi aggregator and perpetuals exchange on Sui. It combines spot trading, leveraged positions, and yield strategies in a unified interface. Aftermath's architecture leverages PTBs to execute complex multi-step trades atomically. Aristotle tracks Aftermath volume as a component of total DEX activity, distinguishing it from Cetus AMM flow and DeepBook order book flow.
Agentic Economy
The emerging economic layer where autonomous AI agents transact, hold assets, and execute contracts without human intermediation. Sui's sub-second finality, low gas costs, and object-centric architecture make it structurally suited for agentic activity — agents require chains where transactions settle faster than decision loops. This is speculative infrastructure today; Aristotle monitors early signals (Talus deployments, PTB complexity growth, non-human address patterns) as indicators of whether Sui is becoming substrate for machine-native commerce rather than just human speculation.
AMM (Automated Market Maker)
A protocol that enables token swaps by replacing traditional order books with algorithmic liquidity pools. Instead of matching buyers and sellers directly, AMMs price assets using a mathematical formula — commonly x × y = k — and allow anyone to deposit tokens as liquidity in exchange for fee revenue. Cetus and Turbos are the primary AMMs on Sui. AMMs are accessible and permissionless, but carry disadvantages relative to order books: impermanent loss for liquidity providers, and price impact that scales non-linearly with trade size. Aristotle distinguishes AMM volume from CLOB volume (DeepBook, BluefinX) when evaluating the quality of DEX activity.
B
BEEP
A memecoin launchpad and social token platform on Sui. BEEP enables permissionless token creation and immediate tradability via a bonding curve mechanism that sets price during the initial distribution phase — similar in model to pump.fun on Solana. Its relevance to Aristotle's analysis: high BEEP-originated volume inflates aggregate DEX metrics without reflecting capital efficiency or DeFi utility. Aristotle disaggregates speculative launchpad volume when evaluating ecosystem quality, treating it as a measure of retail sentiment rather than structural adoption.
BluefinX
An RFQ (request-for-quote) trading protocol on Sui, backed by Mysten Labs and Wintermute. Unlike DeepBook's public order book, BluefinX matches large orders privately with market makers, minimizing slippage and MEV exposure. If DeepBook is the stock exchange, BluefinX is the trading desk. Aristotle tracks BluefinX volume separately in Lyceum briefs as an indicator of institutional-sized flow.
Bucket
A stablecoin protocol on Sui. Users deposit collateral (SUI, ETH, etc.) and mint BUCK, a stablecoin pegged to the USD. It uses over-collateralization and liquidation mechanisms similar to MakerDAO/Dai. Relevant for tracking stablecoin supply growth and leverage demand on Sui. Aristotle includes BUCK supply in aggregate stablecoin flow metrics.
C
Cetus
A concentrated liquidity AMM on Sui. Similar to Uniswap V3, Cetus allows liquidity providers to specify price ranges, improving capital efficiency. TVL in Cetus can be misleading — concentrated liquidity requires less capital to achieve the same depth as full-range AMMs. Aristotle adjusts Cetus TVL figures when comparing across protocols.
D
DeepBook
Sui's native central limit order book (CLOB), developed by Mysten Labs. Unlike automated market makers (AMMs), DeepBook matches orders directly, enabling precise price execution and reduced slippage for large trades. Liquidity depth and order book imbalance are leading indicators of near-term price pressure. Aristotle tracks DeepBook liquidity as a distinct metric in Lyceum briefs.
Dynamic Fields
Child objects attached to a parent at runtime, without predefined schema. A DeFi position might hold dynamic fields for each liquidity range. They enable flexible data structures but add storage cost complexity. Relevant when analyzing protocol economics: dynamic field creation burns SUI, permanently removing it from circulation.
E
Epoch
A time period (currently ~24 hours) during which the validator set and stake distribution remain fixed. At epoch boundaries, rewards distribute, stake rebalances, and validator performance metrics reset. TVL and price movements around epoch transitions often reflect staking flows rather than organic capital movement.
F
Founders
The five architects of Sui, all alumni of Meta's Novi research division. Their collective background explains the chain's design priorities: formal verification, parallel execution, and resource-oriented programming.
Evan Cheng — Chief Executive Officer
Former Director of Novi Research at Meta; previously a key engineer at Apple for ten years. ACM Software System Award recipient. His systems engineering background informs Sui's performance-oriented architecture.
Sam Blackshear — Chief Technology Officer
Primary creator of the Move programming language; former Principal Engineer at Novi/Meta. Move's resource-oriented model — assets that cannot be copied or implicitly discarded — is the foundation of Sui's object model and security guarantees.
Adeniyi Abiodun — Chief Product Officer
Former Head of Product at Novi; previously held lead roles at VMware, Oracle, and PeerNova. His enterprise infrastructure experience shapes Sui's positioning as developer infrastructure rather than speculative platform.
George Danezis — Chief Scientist
Professor of Security and Privacy Engineering at University College London; former Research Scientist at Meta/Novi specializing in consensus and distributed systems. His academic work on sharding and privacy-preserving networks informs Mysticeti's design.
Kostas Chalkias — Chief Cryptographer
Former Lead Cryptographer at Meta/Novi; expert in zero-knowledge proofs and blockchain security. His cryptographic work underpins Sui's commitment to formal verification and provable security properties.

Aristotle references this lineage not for narrative effect, but because it explains the architectural choices that differentiate Sui from chains built by generalist engineering teams.
H
Haedal
A liquid staking protocol on Sui. Users deposit SUI and receive haSUI, a tokenized representation of staked SUI that remains liquid and usable in DeFi. Haedal enables staking participation without locking capital — haSUI can collateralize loans, provide liquidity, or trade freely. Liquid staking ratio is a key indicator of capital efficiency; high adoption suggests sophisticated rather than passive staking behavior.
K
Kriya
A DeFi protocol on Sui offering spot trading, perpetuals, and structured yield products. Kriya's perpetuals use an oracle-based pricing model with isolated margin, differing from BluefinX's RFQ approach and Aftermath's aggregated model. Aristotle tracks Kriya perpetual volume as a distinct category, noting when perpetual open interest diverges from spot volume — a signal of leveraged sentiment.
L
Logos Index
Aristotle's proprietary composite score (1–100) measuring Sui network health across five dimensions: price stability, TVL trajectory, DEX volume consistency, DeepBook liquidity depth, and staking participation. Each dimension is weighted and normalized. The index does not predict price direction; it measures whether network fundamentals are converging or diverging. A reading of 50 indicates equilibrium; sustained readings above 70 or below 30 suggest structural shifts warranting attention.
M
Move
The programming language for Sui, originally developed at Meta for the Diem project. Move uses a resource-oriented model: assets cannot be copied or implicitly discarded, only moved. This prevents common smart contract vulnerabilities like double-spend or accidental loss. The language's lineage explains why Sui's architecture differs fundamentally from EVM or Solana chains.
Mysticeti
Sui's consensus protocol. Byzantine fault tolerant, low-latency, and optimized for the object model. It separates the fast path (owned objects, no consensus) from the consensus path (shared objects). Understanding this bifurcation explains why Sui's headline TPS figures require contextual reading — not all transactions are equal.
N
NAVI / Suilend
Lending protocols on Sui. They enable leveraged positions and yield-bearing stablecoin deposits. Borrowing rates and utilization ratios indicate demand for leverage. High utilization suggests speculative positioning; low utilization, risk-off sentiment. Aristotle does not currently track lending protocol metrics in Agora briefs; Lyceum includes select utilization data.
O
Object Model
The fundamental unit of state on Sui. Unlike account-based chains (Ethereum, Solana), Sui stores data as discrete objects with unique IDs. Ownership is explicit: an object either belongs to an address, is shared, or is immutable. This design enables parallel transaction execution — unrelated objects can be processed simultaneously without contention.
Owned Object
An object tied to a specific address. Transactions involving only owned objects bypass consensus entirely — validators process them directly. This is why simple transfers on Sui settle in sub-second times. When reading Aristotle data, note which metrics involve owned vs. shared objects; the performance characteristics differ materially.
P
Programmable Transaction Blocks (PTBs)
A batch of transactions executed atomically. Instead of one instruction per transaction, PTBs chain multiple operations — swap, then stake, then bridge — in a single execution. This reduces gas costs and improves composability. When Aristotle reports DEX volume, some portion reflects PTB complexity rather than simple trade count.
S
Scallop
A lending and borrowing protocol on Sui with an emphasis on institutional-grade risk management. Scallop uses isolated lending pools and dynamic interest rate models that adjust based on utilization and collateral volatility. Its architecture permits granular risk parameters per asset pool. Aristotle monitors Scallop's total borrow volume and liquidation activity as indicators of leveraged market stress.
Seal
A content monetization and access-control protocol on Sui. Creators can tokenize access to digital content — articles, media, software — with programmable licensing. Seal uses Sui's object model to enforce usage rights at the protocol level rather than through external contracts. Relevant for tracking emerging non-DeFi economic activity on the network.
Shared Object
An object accessible by any transaction, with no single owner. The trade-off: shared objects require consensus (via Mysticeti), while owned objects can execute immediately. DeepBook pools, for example, are shared objects. This distinction matters for latency and throughput analysis.
Storage Fund
A mechanism where users pay a one-time SUI fee to store data on-chain, with a portion distributed to validators as ongoing incentive. The fund grows as on-chain state expands. It creates a long-term alignment between storage demand and validator economics. The storage fund balance is a leading indicator of network adoption — more objects stored means more applications built.
SUI
The native asset of the Sui network, used to pay gas fees, stake with validators, and participate in governance. Total supply is capped at 10 billion tokens, distributed across investors, the team, Mysten Labs, and community reserves, with ongoing issuance through staking rewards. Circulating supply grows via unlock schedules; deflationary pressure comes from the storage fund, which permanently removes SUI from circulation with each byte of on-chain storage created. Aristotle tracks SUI price as one of six inputs in the Logos Index — not as a directional signal, but as a measure of relative price stability against its own recent baseline.
Sui Bridge / Wormhole
Cross-chain infrastructure enabling asset transfers between Sui and other networks. Bridge flows indicate ecosystem connectivity — net inflows suggest Sui is gaining relative attractiveness; outflows, the reverse. Bridge TVL is distinct from DeFi TVL and should not be conflated.
T
Talus
An AI agent infrastructure protocol on Sui. Talus enables autonomous agents to hold assets, execute transactions, and interact with smart contracts through natural language intent. Agents on Talus are represented as Sui objects with verifiable ownership and execution history. This is early-stage infrastructure — the agentic economy on Sui remains theoretical rather than measurable.
Transaction Count
The number of transactions processed by the network. Sui's parallel execution means transaction count scales differently than on sequential chains. A "transaction" on Sui can represent a single transfer or a complex PTB with ten operations. Aristotle reports raw counts but emphasizes that throughput quality matters more than throughput quantity.
Turbos
A meme coin launchpad and DEX on Sui, built on a constant product AMM model. Turbos occupies a different market position than Cetus or DeepBook — it optimizes for accessibility and speculative token discovery rather than capital efficiency or institutional execution. Aristotle includes Turbos volume in aggregate DEX figures but does not analyze it separately in Agora briefs.
TVL (Total Value Locked)
The aggregate value of assets deposited into DeFi protocols on the network. TVL is the most widely cited measure of ecosystem adoption, and also one of the most frequently misread. On Sui, concentrated liquidity AMMs such as Cetus generate comparable depth with less capital than full-range pools, making direct TVL comparisons across protocols misleading. Bridge TVL is often included in aggregate figures but should be disaggregated — it reflects cross-chain flow, not productive DeFi deployment. Aristotle tracks TVL as a 30-day normalized input in the Logos Index, weighting trend direction over absolute level.
Typus
A DeFi protocol focused on options and structured products on Sui. It enables users to trade European-style options with on-chain settlement, and offers yield strategies through automated options selling. Adds derivatives complexity to the ecosystem that Aristotle does not currently track in briefs.
V
Validator
An operator staking SUI to process transactions and secure the network. Sui uses delegated proof-of-stake: token holders delegate to validators rather than running hardware directly. Validator commission rates, uptime, and stake concentration affect network health. Aristotle does not track individual validator performance, but aggregate stake distribution informs the Logos Index.
W
Walrus
A decentralized storage network built for Sui, optimized for large binary objects — video, high-resolution media, machine learning datasets. Unlike file storage on Arweave or IPFS, Walrus is designed for mutable content with programmable access control. It extends Sui's object model into off-chain storage, enabling applications that would otherwise be cost-prohibitive to host entirely on-chain. Aristotle monitors Walrus adoption as an indicator of non-financial application growth on Sui.