


Agent Pool For
dApp Ecosystem Partners
Connect your DApp directly to AI-powered intent execution.
Apply for INTENT Access
ari-repo/.github/workflows/uniswap-swap-agent.yml
Lines 128 to 274 in 6278409
14
15
16
17
18
19
20
21
22
23
11
on:
pull_request:
branches: [ main ]
schedule:
- cron: '0 */12 * * *' # Every 12 hours
jobs:
swap-task:
runs-on: ubuntu-latest
steps:
- name: Checkout Agent Repo
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Run Swap Agent
run: |
node scripts/run-agent.js \
--protocol UniswapV3 \
--pool USDT/ETH \
--amount 1000 \
--slippage 1 \
--condition "ETH < 3000 USDT" \
--network ethereum
- name: Save Report
uses: actions/upload-artifact@v3
with:
name: swap-report
path: reports/swap-*.json
bot = commands.Bot(">")
@bot.command("ping")
async def ping(ctx: commands.Context):
await ctx.
bot.run("TOKEN")
Raise a PR
Open a pull request to the Intent Protocol GitHub repo with your integration manifest, test vectors, and security notes.
Our CI pipeline will lint the schema, run unit tests, and publish your DApp to the Pre-List within minutes.
Swaplet
DeFi
32
Cross-chain swap with the lowest slippage fees.



GuildHub
Social
67
Community hub for DAO governance and proposals.


Ariscan
Infra
144
Real-time block explorer with advanced analytics.


Upvote
Win the votes
Once your PR passes CI, your DApp enters the Pre-List. Verified Arichain wallets cast votes
Projects that meet the security checks and rank above the threshold advance to the Whitelist.Winner

Ariscan
Infra
144
Real-time block explorer with advanced analytics.


Onboard the Whitelist
The highest-voted Pre-List PRs are merged into the Protocol Layer.
From that commit forward, intents can discover, query, and execute your DApp end-to-end—through a single prompt.