Autonomous Intelligence Agent Token on X Layer
Trade AIGENT/USDT on Uniswap V3 — X Layer Mainnet
Send USDT to the presale contract, receive AIGENT instantly at a fixed price. No vesting, no lockup.
Network: X Layer Mainnet | Chain ID: 196 | RPC: https://rpc.xlayer.tech | Currency: OKB
Bridge USDT from Ethereum/OKX to X Layer via the OKX Bridge. You need USDT0 on X Layer.
Call approve() on USDT contract (0x779D...3736), spender = Presale (0x316b...ccD9), amount = your desired USDT amount.
Send transaction to Presale contract (0x316b...ccD9) calling buy(usdtAmount). AIGENT is transferred to your wallet instantly.
Sending USDT directly to the presale contract address will result in PERMANENT LOSS of your funds. You must interact through the contract's buy() function via a DApp or wallet that supports contract interaction. Never use "Send" or "Transfer" in your wallet to buy presale tokens. Minimum purchase: 1 USDT.
Connect your wallet to check balance and transfer $AIGENT
The next-generation AI agent token — built for autonomous economies
Five phases to build the autonomous intelligence economy
AIGENT implements EIP-2612 — agents sign off-chain, execute on-chain, no OKB required
// AI Agent approves AIGENT spending via off-chain signature const signature = await agent.signTypedData(domain, types, { owner: agent.address, spender: "0xProtocolAddress", value: ethers.parseEther("1000"), nonce: await token.nonces(agent.address), deadline: MaxUint256 }); // One transaction: permit + transfer await token.permit(agent.address, spender, value, deadline, v, r, s); // Zero OKB needed for approval — pure agent autonomy