앱토스 원자 차익거래 봇

hackernews | | 📦 오픈소스
#mev #봇 #아토믹 #앱토스 #차익거래
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

이 리포지토리는 2024년 특정 커밋을 기준으로 하는 Aptos 코어 소스를 포크하여, 'oinori-mev'라는 원자적 차익 거래(MEV) 엔진을 추가한 프로젝트입니다. 해당 시스템은 분산형 거래소(DEX) 간의 차익 거래 기회를 포착하여 자동으로 실행하는 기능을 구현했으나, 현재 버전의 정상 작동은 보장되지 않습니다. 또한 작성자는 이 코드를 오로지 기술적인 학습 자료로만 제공하며, 사용으로 인해 발생할 수 있는 모든 금전적 손실에 대해 책임지지 않는다고 명시했습니다.

본문

This repository is a fork of aptos-core with an added atomic arbitrage (MEV) engine called oinori-mev. It is based on the upstream Aptos source as of 2024, specifically commit 28abb7db64af , with additional modifications for this repository. Oinori-mev is an implementation of atomic arbitrage functionality on the Aptos blockchain. It monitors on-chain transactions and executes arbitrage opportunities across decentralized exchanges (DEXs). This code was confirmed to be operational at past commit points. There is no guarantee that it works in its current state. The Aptos blockchain, DEX protocols, and market conditions change constantly, and this code may be outdated or non-functional. This is educational code only. It is provided solely as technical learning material to understand: - How atomic arbitrage works on blockchains - MEV (Maximal Extractable Value) concepts - Transaction construction and submission on Aptos - DEX integration patterns The creator(s) of this code accept absolutely no responsibility for any financial losses incurred through the use of this code. By using this code, you acknowledge that: - You are solely responsible for any losses - Cryptocurrency trading and MEV activities carry significant financial risk - You may lose all funds you use with this software This code and repository do not constitute investment advice. This project: - Does not recommend or encourage any investment activities - Does not guarantee any profits or returns - Should not be used as a basis for financial decisions Use at your own risk. This project inherits the Apache 2.0 License from the original aptos-core repository. このリポジトリは aptos-core からフォークし、oinori-mev と呼ばれるアトミックアービトラージ(MEV)エンジンを追加したものです。 本リポジトリは、2024年時点の Aptos 本家ソース、具体的には commit 28abb7db64af をベースに変更を加えたものです。 Oinori-mevは、Aptosブロックチェーン上でアトミックアービトラージ機能を実装したものです。オンチェーントランザクションを監視し、分散型取引所(DEX)間でアービトラージ機会を実行します。 このコードは過去のコミット時点では動作確認済みです。現在の状態での動作は一切保証しません。 Aptosブロックチェーン、DEXプロトコル、市場状況は常に変化しており、このコードは古くなっているか、動作しない可能性があります。 これは学習用コードです。 以下を理解するための技術的な学習資料としてのみ提供されています: - ブロックチェーン上でのアトミックアービトラージの仕組み - MEV(Maximal Extractable Value)の概念 - Aptos上でのトランザクション構築と送信 - DEX統合パターン このコードの使用により発生したいかなる金銭的損失についても、コード作成者は一切の責任を負いません。 このコードを使用することにより、以下を了承したものとみなします: - 損失はすべて自己責任です - 暗号通貨取引およびMEV活動には重大な金銭的リスクがあります - このソフトウェアで使用した資金をすべて失う可能性があります このコードおよびリポジトリは投資助言を構成するものではありません。 このプロジェクトは: - いかなる投資活動も推奨または奨励するものではありません - いかなる利益やリターンも保証するものではありません - 金銭的な意思決定の根拠として使用すべきではありません すべて自己責任でご利用ください。 The English articles in article/en/ are the primary version. The Japanese articles in article/ja/ are provided alongside them. - Technical Techniques in oinori - Implementation Strategy for the Aptos MEV Bot (EN / JA) - Changes to the api package (EN / JA) - Changes to the crates/aptos-crypto package (EN / JA) - Changes to the aptos-node package (EN / JA) - Changes to docker-related files (EN / JA) - Changes to the mempool package (EN / JA) - Changes to the network/framework package (EN / JA) - Changes to the network/netcore package (EN / JA) - Changes in the oinori-configs Directory (Newly Added) (EN / JA) - oinori-mev aggregator module (EN / JA) - oinori-mev coins module (EN / JA) - oinori-mev engine/route_filter module (EN / JA) - oinori-mev engine module (EN / JA) - oinori-mev lib.rs / entry point (EN / JA) - oinori-mev read_db module (EN / JA) - oinori-mev swap/amm module (EN / JA) - oinori-mev swap/router module (EN / JA) - oinori-mev swap/specifics module (EN / JA) - oinori-mev transaction_stream module (EN / JA) - oinori-mev transaction module (EN / JA) - oinori-mev Utility Modules (EN / JA) - Changes to Root Directory Configuration Files (EN / JA) - Changes to the state-sync Package (EN / JA) - Changes to the types Package (EN / JA)

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →