• Projects -
  • Rating -
  • Rating 1 110

Budget: 250 USD Deadline: 5 days

Hello! I understand the task: to create a standalone trading agent on BSC using the Trust Wallet Agent Kit, CoinMarketCap AI Agent Hub, and BNB AI Agent SDK, implementing 3-5 strategies and local transaction signing.

My approach: I will deploy a basic architecture in Python or TypeScript — integrating TWAK for self-custodial execution, CMC Agent Hub via MCP/x402 for market data (RSI, MACD, Fear & Greed), and BNB AI Agent SDK for fast interaction with the network. I will implement 3-5 modular strategies with the ability to switch, adding constraints (drawdown, daily limit, stop-loss, token whitelist) as configuration. The agent will operate autonomously with a local key.

I have experience with DeFi protocols, smart contracts, and bot trading on EVM networks. Do you have a specific list of strategies that need to be implemented first? I am ready to discuss the details here on the platform.

  • Projects 30
  • Rating 5.0
  • Rating 5 621

Budget: 2500 USD Deadline: 14 days

We can take it and are ready to start today. But 250 USD won't be enough for a secure autonomous agent with real trades - for that money, you can only do a short stack check. A working prototype with 3-5 strategies, risk limits, logs, testnet, and a careful exit to BSC I would estimate from 2500 USD and about 14 days.

Look, there's a nuance here - CMC MCP provides data and signals, but trades are not executed through it. Execution needs to be done through TWAK, and the BNB AI Agent SDK should be used for the BSC part. x402 at CMC is currently in beta and payment is made in USDC on Base, while trading is needed in BSC - it's better to separate them by layers, otherwise security is more important than speed, no matter how you look at it.

I would do it this way - a Python agent, a separate strategy module, a simulator, then BSC testnet, then small real trades with a daily limit, stop-loss, drawdown, a whitelist of tokens, and a ban on dangerous approves. Keys remain locally with the user, the agent only receives rules and limits.

From you, we need access to CMC, TWAK, BNB RPC, a test wallet, and formalization of strategies. We can quickly start with 1 strategy and a framework, then add the rest.

> What 3-5 strategies are already formally described - entry, exit, timeframe, tokens, DEX
> Do you need a fully autonomous mode or user confirmation of the trade at the first stage?

Mobile app with admin
  • Projects -
  • Rating -
  • Rating 561

Budget: 250 USD Deadline: 7 days

Hello!

My name is Evgeny, and I have been professionally developing mobile applications, websites, web services, and web applications for 7 years.

*The cost mentioned is for 1 hour of work. To provide a more detailed price, I would like to connect/call and discuss the details.

- You can review my portfolio, feedback, and awards in my profile.

Why should you choose me?
- I have taken 1st and 2nd places in international championships and competitions in the IT field.

Freelance - platform Contractis
  • Projects -
  • Rating -
  • Rating 726

Budget: 250 USD Deadline: 3 days

Hello! I understood the task — an autonomous trading agent under BSC: TWAK for local signing (keys remain with you), CMC AI Agent Hub for data, BNB AI Agent SDK, 3-5 switchable strategies + protection (drawdown, daily limit, stop-loss, token whitelist).

Why me: I have a live trading bot in production (cloud_diver) + experience with agents and Python, I understand gas, slippage, and fees on DEXs.

How I propose — smart and safe for your funds:
First, I will collect and run the agent on the TESTNET/paper, without real money. You will see that the engine really works — it signs, executes, switches strategies, and maintains limits. Once you are convinced → you switch to live yourself when ready. At the development stage, you risk nothing.

A straightforward disclaimer to avoid misunderstandings: I am responsible for the TECHNIQUE working correctly — execution, signing, data, limits, switching strategies. I am not responsible for the profitability of your strategies: that is your trading logic, I will implement it carefully according to the specifications, but the market is the market.

I work through a Secure transaction. The timeframe is 3 days, starting today. Please let me know — which strategy is a priority for the first launch?

  • Projects 4
  • Rating 4.9
  • Rating 1 606

Budget: 250 USD Deadline: 7 days

Good day!
I have done something similar on BSC — a bot with local transaction signing and gas calculation based on the current network load, plus stop-loss and daily limits not just in the agent's code, but at the verification level before each transaction is sent. The most challenging part here is not the strategies themselves, but the integration of three SDKs — TWAK for signing, CMC Agent Hub for signals via MCP/x402, BNB Agent SDK for orchestration — into one working cycle without delays and without key leaks. This is where half of such bots fail, as each SDK operates in its own event loop and forms transactions in its own way.

Strategies like RSI+Fear&Greed or DCA with volume filters I previously assembled in Python (web3.py + my own risk manager), and now I will take a similar path, but with ready-made Skills from CMC Hub instead of my own indicator parsing — this saves time on testing with real trades.

Regarding the wallet (whether to use my own or create a separate one for the bot), the whitelist of tokens, and the drawdown limits for each strategy — it's better to discuss this in private, where I will also share an example of the architecture of a similar bot to show that the approach really works.
We will discuss the project details in private.

  • Projects -
  • Rating -
  • Rating 198

Budget: 250 USD Deadline: 7 days

Hello, Dmitry! I am ready to start the task TODAY.

My main profile is the development of asynchronous trading bots in Python with the integration of AI agents and strict risk management. The task of creating an autonomous agent on the BSC network using the current stack (TWAK + CMC AI Agent Hub + BNB SDK) is completely clear to me.

Here’s how I see the implementation:

Analytics (CMC AI Agent Hub): I will set up data retrieval (MCP) for working with Skills (RSI, MACD, Fear & Greed).

Execution (TWAK): I will connect local transaction signing on BSC. The keys remain with you, and the agent operates autonomously. I fully understand the mechanics of gas and transaction costs on the BNB Chain.

  • Projects 20
  • Rating -
  • Rating 2 116

Budget: 250 USD Deadline: 5 days

Hello. I understood the technical specifications: an autonomous trading agent on the BSC network that pulls market data and signals from the CoinMarketCap AI Agent Hub, automatically signs and sends trades through the Trust Wallet Agent Kit with self-custodial key storage, and switches between 3-5 strategies with limits on drawdown, daily limit, stop-loss, and token whitelist.

I have a foundation for this. I have created trading bots on Binance and a desktop terminal on four exchanges with a unified wrapper over their APIs, multi-threaded trading, a transaction database, stop logic, and position monitoring, so I am familiar with risk management and the strategic layer. The tech stack for the project will be based on Python: integration with the CMC Agent Hub via MCP or x402 for data and Skills under RSI, MACD, Fear and Greed, and volumes, execution through TWAK with local signing, and I will implement strategies in switchable modules to allow for running multiple strategies and comparing them.

The specifics of TWAK, x402, and BNB Agent SDK are new, but these are thin wrappers over understandable mechanics (data, signal, risk filters, signing, sending), so I can get up to speed quickly.

One question regarding the scope: do you want the three to five strategies as ready-made from the described examples (funding rates plus Fear and Greed, DCA based on sentiment), or do you have your own formalized entry and exit rules that need to be implemented exactly as is? I am ready to start today, as you requested.

  • Projects 35
  • Rating 4.2
  • Rating 1 251

Budget: 255 USD Deadline: 2 days

Hello, I am the one you need and I am ready to take on the project. I will write a turnkey trading bot according to the specifications. I have extensive development experience. Message me privately, I am ready for collaboration.

  • Projects 29
  • Rating 5.0
  • Rating 6 476

Budget: 250 USD Deadline: 4 days

Need a standalone trading agent on BSC that collects signals and executes trades without sharing keys.

Here’s how I will build it: a Python agent with integration to CMC AI Agent Hub via MCP for RSI/MACD/Fear & Greed, TWAK for local transaction signing directly on the user's machine, BNB AI Agent SDK for routing through DEX on BSC. Strategies will be designed as interchangeable modules with a unified interface. A critical point: gas on BSC can spike during hype, so I will implement a dynamic gas price with a fallback and hard limit on drawdown to prevent the agent from draining the deposit in one session.

What size of test deposit do you plan, and is a dry-run mode (simulating trades without actual execution) needed before launching with real funds?

  • Projects -
  • Rating -
  • Rating 137

Budget: 400 USD Deadline: 5 days

Hello.

I am ready to start today. I have experience in developing trading bots and automating work with blockchains, DEX, Web3, smart contracts, and various APIs. I have worked with Python, BNB Chain, Web3.py, trading strategies, market data processing, and automatic trade execution.

For your project, I propose to implement an autonomous trading agent in Python using the Trust Wallet Agent Kit, CoinMarketCap AI Agent Hub, and BNB AI Agent SDK. The agent will receive market data, calculate necessary indicators, choose one of the strategies, and execute trades independently through Trust Wallet with local transaction signing.

I will also implement a restriction system: gas control, transaction cost verification, stop-loss, maximum drawdown, daily limits, token whitelisting, logging of all operations, and the ability to quickly switch between trading strategies without changing the main logic.

The code will be modular, so it will be easy to add new strategies, indicators, and data sources in the future.

  • Projects 162
  • Rating 4.9
  • Rating 8 286

Budget: 250 USD Deadline: 1 day

Good day! 🧡
I am ready to start working and would be happy to help with minimal deadlines 😉
I have experience working on similar projects. 🌼 (I have reviews on this topic and work in my portfolio)
I will do it in the best way possible, starting now! 🚀🛸✈️

Feel free to write, we will discuss. I respond instantly!

  • Projects -
  • Rating -
  • Rating 483

Budget: 1000 USD Deadline: 7 days

Greetings!

Excellent and highly relevant stack. I am ready to join the task today. I specialize in Python automation, developing standalone scripts, and have a strong understanding of working with Web3 infrastructure, transactions, gas limits, and the mechanics of the BSC (BNB Chain) network.

How we will implement the agent:

Integration with data (CMC AI Agent Hub): I will set up interaction through MCP / x402 to obtain market signals and ready Skills (RSI, MACD, Fear & Greed). The logic for payment calculations through x402 will be integrated directly into the data pipeline.

Autonomous execution and security (TWAK): I will implement local signing of transactions through the Trust Wallet Agent Kit. Private keys will remain strictly on your side (in the script's environment). The agent will operate completely autonomously, continuously monitoring the network.

  • Projects -
  • Rating -
  • Rating 168

Budget: 500 USD Deadline: 14 days

Ready to take on at an affordable cost. Extensive experience working with cryptocurrency, EVM-compatible networks, and others.

  • Projects -
  • Rating -
  • Rating 837

Budget: 2500 USD Deadline: 21 days

Hello. I have reviewed the task. Our team specializes in deploying autonomous FinTech systems and integrating Web3 solutions. The stack (TWAK, CMC AI Agent Hub, BNB SDK) is fully understood - this is our expertise. However, we do not write financial algorithms "blindly" and in haste, as this involves real funds and the risks of drawdowns.

How we implement this project:

1. Logic Audit: First, we synchronize our understanding of your 3-5 trading strategies and limits (stop-losses, whitelists).
2. Architecture: We design secure transaction signing (self-custodial) without the risk of key leakage.
3. Implementation: We deploy the agent in Python, configuring x402 for seamless data retrieval from CMC.

"Start today" is only possible from the stage of approving the architecture and strategy logic. If you are looking for a reliable system that won't drain the budget due to a bug in the code - contact me. We will agree on the details and budget for development.

  • Projects 24
  • Rating 5.0
  • Rating 2 874

Budget: 250 USD Deadline: 7 days

Hello! I have experience in developing MEV bots for trading on DEX, I clearly understand the task, I suggest we discuss the details in private messages.

  • Projects -
  • Rating -
  • Rating 258

Budget: 300 USD Deadline: 10 days

Good day!

The Benefit Studio team has practical experience in developing trading bots, AI agents, Web3 applications, and integrations with DEX, BNB Chain, and EVM-compatible networks.

We are ready to start **today**. We will implement an autonomous trading agent using the Trust Wallet Agent Kit, CoinMarketCap AI Agent Hub, and BNB AI Agent SDK. We will set up trade execution, risk management (stop-loss, drawdown, limits), support for multiple trading strategies with the ability to switch between them, as well as secure local signing of transactions.

We work in Python and JavaScript/TypeScript, paying special attention to performance, security, and architecture quality. After discussing the details, we will immediately begin development.

Sincerely,
The Benefit Studio Team

  • Projects -
  • Rating -
  • Rating 250

Budget: 250 USD Deadline: 3 days

Good day! I have reviewed the task — the stack is familiar, and I am ready to start today. I have experience with trading bots on BSC — I understand the specifics of gas, slippage, and working with DEX. I will implement an agent in Python with a connection through TWAK for signing transactions on the user side, and I will pull data through the CMC AI Agent Hub. The strategies will include the ability to switch — drawdown, stop-loss, and daily limit are a must. Please clarify which specific 3-5 strategies need to be implemented first and what the initial volume for testing is? I am ready to connect immediately.

  • Projects 4
  • Rating 5.0
  • Rating 1 722

Budget: 250 USD Deadline: 1 day

Hello, I have strong experience in developing crypto bots in Python, building trading logic, risk management, API integrations, and launching autonomous agents for working with market data and executing trades. I also understand the practical side of trading: fees, gas, slippage, risk limits, stop loss, daily limits, token whitelists, and drawdown control.

  • Projects 4
  • Rating 5.0
  • Rating 2 025

Budget: 250 USD Deadline: 7 days

Hello!

I have experience in developing various trading bots.
I am ready to complete the assigned task.

I suggest discussing the details in private messages.

  • Projects -
  • Rating -
  • Rating 253

Budget: 250 USD Deadline: 3 days

Hello!

I am ready to promptly engage in the task. I have reviewed the technical requirements for the autonomous trading agent for the BSC network (BNB Chain) and have the necessary experience to implement such a project.

  • Projects -
  • Rating -
  • Rating 679

Budget: 700 USD Deadline: 5 days

Good day!
I am ready to start developing an autonomous trading agent for BSC today.
I have real experience in writing trading bots on DEX (PancakeSwap, Uniswap) with self-signing transactions, gas control, slippage protection, drawdown protection, and simultaneous use of multiple strategies.
What I will do according to your TOR:
Full integration of Trust Wallet Agent Kit (TWAK) for local transaction signing (keys remain with you).
Connecting CoinMarketCap AI Agent Hub (MCP / x402) for obtaining data on RSI, MACD, fear and greed index, volumes, etc.
Integration of BNB AI Agent SDK.
Implementation of 3-5 trading strategies with easy switching (including funding rates + sentiment, DCA with filters, etc.).
Protection: maximum drawdown, daily limit, stop-loss, token whitelist.
Autonomous mode of operation.

  • Projects 4
  • Rating 4.3
  • Rating 738

Budget: 500 USD Deadline: 5 days

Good day. I can write everything in Go language. It will work quickly and as needed. Feel free to reach out.

  • Projects 24
  • Rating 5.0
  • Rating 2 006

Budget: 250 USD Deadline: 3 days

Hello. Have you already decided on the priority strategy for the first launch of the agent?

I will clarify the deadlines and budget in personal correspondence.

I propose to implement this project as follows:

1. I will set up a local environment with the Trust Wallet Agent Kit and BNB AI Agent SDK for signing transactions.
2. I will integrate data retrieval through the CMC AI Agent Hub, using ready-made Skills (RSI, MACD, indicators).
3. I will implement 3–5 strategies with the ability to switch and limitations (drawdown, stop-loss, daily limit).

  • Projects 10
  • Rating 5.0
  • Rating 1 796

Budget: 250 USD Deadline: 3 days

Hello. I understand your need for developing a standalone trading agent for the BSC network with integration of TWAK, CMC AI Agent Hub, and BNB AI Agent SDK. I plan to build a modular architecture for flexible addition of trading strategies, while ensuring secure local signing of transactions through the Trust Wallet Agent Kit, which is critical for key preservation. Optimization of gas costs and reliable use of data from CoinMarketCap AI Agent Hub, including its Skills and payment through x402, will be implemented with a focus on efficiency and adherence to specified constraints. I have significant experience in creating similar agents for decentralized exchanges and already have ready-made solutions that will allow for the rapid launch of basic functionality and quick implementation of your 3-5 strategies. I suggest discussing all implementation details, final budget, and timelines in private messages.

  • Projects 12
  • Rating 5.0
  • Rating 5 553

Budget: 1000 USD Deadline: 5 days

Hello, I have extensive experience in developing various trading bots. If you are interested in quality execution - write to me.

  • Projects 21
  • Rating 5.0
  • Rating 1 617

Budget: 500 USD Deadline: 15 days

Ready to implement.
Contact me, we will discuss in more detail.
Extensive experience in developing trading bots.

  • Projects 11
  • Rating 5.0
  • Rating 1 773

Budget: 250 USD Deadline: 3 days

We have experience in developing trading bots for DEX on the BSC network. We implement the project by optimizing interactions with contracts to minimize gas and ensure high order execution speed. We are ready to quickly deploy the infrastructure for testing your strategies. Let's get started today.

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Bot Development

4 July
3 July
3 July