Intuition

Intuition

DeFi 类 Web3 自动化脚本
DeFi
版本: v1.1.0
作者: web3
账号类型: 私钥

Intuition 自动化脚本

Intuition 是一个基于 Arbitrum 技术的 Layer2 测试网,本脚本支持 Base Sepolia 和 Intuition 之间的跨链交互。

核心功能:
1. Bridge - Base Sepolia ↔ Intuition 代币桥接
2. Domain - .trust 域名注册
3. Swap - tTRUST ↔ INTUIT 代币交换
4. Dice - 掷骰子游戏

功能特性:
- 支持双向桥接(Base Sepolia ↔ Intuition)
- .trust 域名注册(链上 + API)
- 代币交换(往返或单向)
- 掷骰子游戏互动
- 批量处理多个钱包
- 详细的操作日志

使用说明:

【网络介绍】
1. Base Sepolia:Base 测试网(Layer1)
- Chain ID: 84532
- RPC: https://sepolia.base.org
- 代币: tTRUST (ERC20)

  1. Intuition Testnet:基于 Arbitrum 的 Layer2
    - Chain ID: 13579
    - RPC: https://testnet.rpc.intuition.systems/http
    - 原生代币: tTRUST
    - Swap 代币: INTUIT

【配置说明】
在 config.ini 中设置:

【Bridge 设置】
- enable_bridge:是否启用桥接(默认 True)
- bridge_direction:桥接方向
- base_to_intuition:Base Sepolia → Intuition
- intuition_to_base:Intuition → Base Sepolia
- bridge_amount:桥接金额(默认 0.0001 tTRUST)

【Domain 设置】
- enable_domain:是否注册域名(默认 True)
- domain_base_name:域名基础名称(如 myname)
- 会自动为每个钱包添加编号
- 第1个钱包: myname
- 第2个钱包: myname2
- 留空则使用钱包地址

【Swap 设置】
- enable_swap:是否执行 Swap(默认 True)
- swap_direction:Swap 方向
- ttrust_to_intuit:tTRUST → INTUIT
- intuit_to_ttrust:INTUIT → tTRUST
- both:往返交换(先 tTRUST→INTUIT,再 INTUIT→tTRUST)
- swap_amount:Swap 金额(默认 0.01)
- swap_count:Swap 次数(默认 1)

【Dice 设置】
- enable_dice:是否玩骰子游戏(默认 True)
- dice_amount:每次赌注(默认 0.002 tTRUST)
- dice_count:掷骰子次数(默认 1)

【重要提示】
- Bridge 功能需要足够的 tTRUST 余额
- Domain 注册需要支付域名费用
- Swap 需要对应代币余额并自动授权
- Dice 游戏有输赢概率
- 所有操作需要 gas fee

【合约地址】

Base Sepolia:
- tTRUST: 0xA54b4E6e356b963Ee00d1C947f478d9194a1a210
- ERC20 Inbox: 0xBd983e1350263d1BE5DE4AEB8b1704A0Ea0be350
- ETH Inbox: 0x6BEbC4925716945D46F0Ec336D5C2564F419682C

Intuition Testnet:
- ArbSys: 0x0000000000000000000000000000000000000064
- INTUIT: 0x3Aa5ebB10DC797CAC828524e59A333d0A371443c
- TNS (域名): 0xb4D38068F8982c15CaD9f98adE6C2954567e2153
- Swap: 0xc6e7DF5E7b4f2A278906862b61205850344D4e7d
- Dice: 0x2baEa7119627c2c02EFcA3551b81c218B468C768

依赖库:
- web3:区块链交互
- eth-account:账户管理
- aiohttp:异步 HTTP 请求

官方信息:
- 类型:Arbitrum Layer2
- 测试网:Intuition Testnet
- 浏览器:https://testnet.explorer.intuition.systems

适用场景:
- Layer2 跨链测试
- 域名系统测试
- DEX 交互
- 游戏平台测试