# paradigmxyz/artemis

A simple, modular, and fast framework for writing MEV bots in Rust.

Repository: https://github.com/paradigmxyz/artemis
Canonical: https://ross.abutalabs.com/products/artemis
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2024-03-05T03:15:09+00:00

## Health v2 (maintenance only)
Score: 30/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 87
- inputs: {"age_days": 1226, "days_push": 911, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2959, forks 575 (observed 2026-08-28T04:07:32.282372+00:00)

## What it is
Artemis is a Rust framework for writing MEV (maximal extractable value) bots, architected as an event processing pipeline with three components: collectors, strategies, and executors. It ships with an example atomic cross-market NFT arbitrage strategy between OpenSea's Seaport and Sudoswap.

## Use cases
- build a bot that monitors pending transactions for MEV opportunities
- detect cross-exchange NFT arbitrage between marketplaces
- write custom strategies that react to new blocks or marketplace orders
- submit transactions or off-chain orders automatically from bot logic
- prototype modular event-driven trading bots on Ethereum

## When to choose
- you want a modular Rust framework for building MEV bots on Ethereum
- you need a collector-strategy-executor pipeline for reacting to on-chain and off-chain events
- you want a reference implementation of atomic NFT arbitrage between Seaport and Sudoswap

## When to avoid
- you need a production-ready, actively maintained MEV bot with no custom development
- you are not comfortable writing Rust and deploying smart contracts
- you target chains other than Ethereum without adapting the collectors and executors

## Facets
- artifact type: framework
- maturity: maintenance
- function: agent-framework, webhook, trading, concurrency, developer-tools
- domain: blockchain, fintech, developer-tools
- platform: rust, cross-platform
- tags: mev, ethereum, event-pipeline, arbitrage, smart-contracts, nft-arbitrage, cryptocurrency, automation

## Member repositories
- paradigmxyz/artemis (main) score 30

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:32.282372+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:32:11.089042+00:00, confidence not recorded.
  - readme: https://github.com/paradigmxyz/artemis (fetched 2026-08-28T04:07:32.282372+00:00, sha 456313fa15f0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
