Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: fortebettor on September 19, 2021, 08:54:09 AM



Title: How can I sell cryptocurrency once it appears on my wallet? (automation)
Post by: fortebettor on September 19, 2021, 08:54:09 AM


let's say I send eth to a second address but give a low commission so I don't overpay.

Then I go to work but as soon as the transaction arrives at the destination address I want it to be immediately exchanged for USDT.

Can I set this up on 1inch / uniswap?


Title: Re: How can I sell cryptocurrency once it appears on my wallet? (automation)
Post by: zasad@ on September 19, 2021, 09:17:54 AM


let's say I send eth to a second address but give a low commission so I don't overpay.

Then I go to work but as soon as the transaction arrives at the destination address I want it to be immediately exchanged for USDT.

Can I set this up on 1inch / uniswap?
You will pay a commission for transferring coins to another address.
You will pay commission for the smart contract at the second address.
You will pay commission for smart contract on 1inch/uniswap.

But you can make it much easier if you install the 1inch/uniswap app on your mobile phone and exchange coins in a few seconds.

If you want the first option, then look for programmers.


Title: Re: How can I sell cryptocurrency once it appears on my wallet? (automation)
Post by: vv181 on September 19, 2021, 01:07:28 PM
Neither 1inch nor Uniswap does have that kind of feature ready-made.

Nevertheless, it is possible to make a bot in which such condition you stated on both platforms by utilizing their API. To completely set up an automation with the requirements you want I think you need to hire someone to code the bot for you. I took a quick glance on Github to search about open source applications regarding 1inch and Uniswap automation, I hardly see any of apps that met your needs.

So if you can't code, hiring someone to do the job is the only option if you still favored the automation way.


Title: Re: How can I sell cryptocurrency once it appears on my wallet? (automation)
Post by: Farma on September 19, 2021, 02:04:08 PM
I don't think there's a system that does transactions like that automatically, because if that's the case, then we don't know what the bots will do, and when the exchange doesn't go your way, you can blame the exchange.
better, take your time to swap it manually. it doesn't take much time, especially if you have a 1inch or uniswap app on your mobile phone.
in addition, almost all transactions require a fee.


Title: Re: How can I sell cryptocurrency once it appears on my wallet? (automation)
Post by: dhemasm on September 19, 2021, 02:23:00 PM
let's say I send eth to a second address but give a low commission so I don't overpay.
I don't really understand but i suppose you can try to user Smart-Contract address where when your receiving the eth it will automatically send your eth to creator/destinated address with forward function(Depends on the source code) i don't really understand how it work but maybe you can this source code https://etherscan.io/address/0x1f0ed56f79b93c5fec57c0b5f29656c5e4b4c4d7#code
Then I go to work but as soon as the transaction arrives at the destination address I want it to be immediately exchanged for USDT.

Can I set this up on 1inch / uniswap?
It's possible but you need to make some bot or macro and integrate it with uniswap or any DEX API, i'm not developer though so i suppose you can search it on other section or search on some github repository, Good luck!