Othentic
  • Introduction
    • Introducing Othentic Stack
    • Use Cases
  • AVS Framework
    • Abstract
    • Quick Start
    • Othentic CLI
      • Key Management
      • Contracts Deployment
      • Operator Registration
      • AVS Logic Implementation
      • Operator Deposit
      • Node Operators
      • Rewards Distribution
      • P2P Config
        • Custom P2P Messaging
        • P2P Auth Layer
        • Metrics and Monitoring
        • Logging
        • Persistent storage
        • Latency
      • CLI Command Reference
    • Smart Contracts
      • AVS Governance
      • Attestation Center
      • Hooks
        • Task Logic
        • Operator Management
        • Rewards Fee Calculator
      • OBLS
      • Othentic Registry
      • Message Handlers
    • Othentic Consensus
      • Abstract
      • Task & Task Definitions
      • Leader Election
      • Proof of Task
      • Execution Service
      • Validation Service
      • Voting Power
      • Rewards and Penalties
      • Internal Tasks
    • FAQ
    • Supported Networks
    • Explainers
      • Networking
      • Multichain
      • Production Guidelines
      • Operator Allowlisting
      • Governance Multisig
  • External
    • AVS Examples
  • GitHub
  • Othentic Hub
Powered by GitBook
On this page
  • Extend to non-EVM Networks
  • Usage
  • Triggering AVS Tasks
  • Example Use Cases
  1. AVS Framework

Supported Networks

PreviousFAQNextExplainers

Last updated 4 days ago

For contract deployment, you can use the configuration values specified and pass them as --l1-chain and --l2-chain options, as described in the .

Mainnet
Chain Name & Id
CLI config value
AVS Factory address

Ethereum 1

mainnet

Ethereum 1

mainnet-l2

Polygon 137

polygon

Base 8453

base

Mantle 5000

mantle

Arbitrum One 42161

arbitrum-one

BNB Smart Chain 56

bsc

Testnet
Chain Name & Id
CLI config value
AVS Factory address

Holesky 17000

holesky

Holesky 17000

holesky-l2

Amoy 80002

amoy

Base Sepolia 84532

base-sepolia

Mantle Sepolia 5003

mantle-sepolia

Arbitrum One Sepolia 421614

arbitrum-one-sepolia

Beam Testnet 13337

beam-testnet

BNB Smart Chain Testnet 97

bsc-testnet

Nightly Environments
Chain Name & Id
Config Value
AVS Factory address

Holesky 17000

holesky:nightly

Amoy 80002

amoy:nightly

Base Sepolia 84532

base-sepolia:nightly

Mantle Sepolia 5003

‎mantle-sepolia:nightly‎

Arbitrum Sepolia 421614

arbitrum-sepolia:nightly

Beam Testnet 13337

beam-testnet:nightly

BNB Smart Chain Testnet 97

bsc-testnet:nightly

Othentic maintains unaudited nightly environments for testing new and upcoming features. These environments are not intended for production.

To use these environments, use the corresponding values for the L1_CHAIN , L2_CHAIN environment variables, or pass them to the --l1-chain and --l2-chain flags while running commands.

Othentic provides support for 15+ networks and is actively adding more chains.

If you need support for a particular chain not listed here, please reach out to us via .


Extend to non-EVM Networks

Developers can leverage the Othentic Stack to build solutions for non-EVM ecosystems such as Solana, Move, and others.

Usage

Triggering AVS Tasks

Example Use Cases

  1. Liquidation Bot on Solana: The bot ensures timely liquidation of under-collateralized positions. AVS can secure this bot designed to monitor Solana's DeFi protocols.

    • Create an AVS Task that executes the logic for monitoring collateral positions. When a relevant event occurs (e.g., a position becomes under-collateralized), trigger the AVS Task.

  2. Automation in Move-based Ecosystems: Developers can implement automation workflows using AVS for various tasks such as transaction batching, governance voting, or executing other operations within Move-based environments.

AVS functions as an off-chain service, which means that can involve executing specific computations related to non-EVM contracts. These Tasks can be triggered by events or transactions occurring within the non-EVM chains.

Trigger based on specific events or transactions within non-EVM chains using .

Tasks
Task Trigger
0x64EA2F2DEE9eED5439468e92cf8Af8cD9ea0A994
0xf8492808e30AC993Aa9Bd2FFF77E4dC8aC80B6cB
0x28e06CE6B25529e736D45Aff7c82Ef4Fc6F710bE
0x750e442F3C5b897F5518e50Eb8aBB8644340B42b
0x28e06CE6B25529e736D45Aff7c82Ef4Fc6F710bE
0xB9ac7e784b8aE6754FCe47653f5F8F53f5a838D8
0xdA93D7e68a1d2dA234954f0E5c727E9966496FEC
0xf053F341C021F57f4a17C25476DF4761b0728D53
0xb2d2648F02b633491d16C69A99CcF05cdaC9d36d
0xc2a881Dd3e6a9C21C18A998E47f90120BC9D87Aa
0xC9D62Af2d0Dd94bDdFEb54fd2c4Cf3B860cEDf1a
0x91Acfd45ebf3d6659114e44aFC271877Fb19f905
0x390c4f2047250C8494963A6d2f1faE7935866D23
0xB74E650BbE764E3B2CE0f61D4b82bF3deB0fFB27
0xf207a4d1430d2524793A542dee7Fa103b0fbe44B
0x545fb8EE4FD2F6Dd102C7Aa79846a5b23b71Eb9C
0x10030AD20b98EFA80ff80985149D1B0388b12540
0xD63728099eAbE2bf2DE400E930277DA066a63bE6
0x06A0ECa10B0463dbf84d8e91C8ecbf6D6e1Af86F
0xCD1B601Cb11802bB005782BcdB451b730aD5B2eA
0x969C151A6e358d925c685941D60F0eF1D6f6B478
0x67E2ef39E9F01Fe0BFd57109541Ff6b241e6557E
Discord
contract deployment section