Definitions
AI Agents: Autonomous systems performing specific tasks by analyzing data, making decisions, and executing actions. AI agents can be used in many fields, but in crypto they are generally used to determine when and how to carry out optimal crypto trades. They can be customized to all sorts of tasks, from optimal portfolio management to copy trading.
Block Builder: An entity that constructs blocks from transaction order flow.
Coincidence of Wants (CoWs): A phenomenon where two (or more) parties coincidentally hold an item or asset that the other wants, and thus are able to exchange directly without the need for an intermediary exchange. In the case of intents, this means that one user’s intent can coincidentally be the opposite of another user’s intents. For example, one intent to swap asset A for asset B and another to swap B for A form a CoW.
Cross-Domain Maximal Extractable Value (MEV): The maximum value that can be captured from arbitrage transactions executed in a specified order across multiple domains. See: Maximal Extractable Value.
Cross-Domain Slots: Blocks that are created across multiple chains simultaneously.
Crypto-Economic Security: A model for securing a network via economic incentives and cryptography.
DeFAI: This term is used to describe the intersection of decentralized finance (DeFi) and artificial intelligence (AI). In general, DeFAI describes the incorporation of AI tools like AI agents into DeFi practices and protocols.
DeFAI Interactive Search Engine (DISE): Mantis’s proprietary DISE large language model (LLM) is the framework powering personal AI agents on Mantis. DISE is trained specifically with the Mantis SDK framework to make intelligent swaps and execute complex commands across Ethereum, Solana, and beyond.
Intent: An expression of what a user wants to achieve whenever they interact with a blockchain protocol, for instance “transfer X asset from blockchain A to blockchain B” or “trade X asset for Y asset.” Practically, an intent is an off-chain signed message that encodes which state transitions a user wants to achieve. Unlike transactions, intents are partial. Thus, one can think of intents as parts of transactions that require other direct or indirect parts as complements in order to form a final balanced transaction that satisfies all of a user's constraints.
Inter-Blockchain Communication (IBC) Protocol: A protocol for trust-minimized communication between different blockchain networks/ecosystems. IBC is leveraged on Mantis via the Picasso Network.
Lady Mantis: This insights-focused agent aggregates real-time market data and sentiment, serving as a hub of intelligence for the entire Mantis ecosystem. Find Lady Mantis posting to X here.
Large Language Model (LLM): This type of AI model is able to understand and even generate natural human language.
Mantis Virtual Machine (MVM): An orchestration language and execution runtime for cross-chain program execution and intents settlement.
Maximal Extractable Value (MEV): The maximal value extractable between one or more blocks, given any arbitrary re-ordering, insertion or censorship of pending or existing transactions (as defined by Obadia et al., 2021).
Multichain-Agnostic Normalized Trust-Minimized Intent Settlement (Mantis): A vertically integrated, optimized intents settlement framework. Mantis is complete with with expression, execution, and settlement.
Multi-Domain Auction: A novel system being introduced by Mantis that allows block builders to pre-reserve cross-chain blockspace and sell this to searchers
The Picasso Layer 1 (L1): A Cosmos SDK blockchain that acts as an Inter-Blockchain Communication (IBC) Protocol hub between Cosmos and non-Cosmos IBC-enabled chains. Picasso serves as the cross-ecosystem IBC Hub due to its ongoing efforts to implement IBC on Ethereum, Solana, Polkadot, and other chains anticipated in the future. Moreover, Picasso delivers restaking to these ecosystems through its Restaking Layer. Picasso documentation is available here.
Proposers: Entities that propose which transactions to include in the next block by looking at which transactions in the mempool pay the highest priority fee. This means proposers are able to take advantage of MEV opportunities. See: Maximal Extractable Value.
Searchers: Entities that extract MEV by running complex algorithms. On Mantis, searchers extract MEV from the presence of transactions in pre-processed blocks proposed by proposers. See: Maximal Extractable Value.
Solvers: Entities that compete to determine an optimal solution (in the form of a transaction execution pathway) for a user's intent. See: Intent