Recent content by Plankton5165

  1. P

    I’m considering making chatbots for businesses

    Realistically, will a business be interested in paying for a chatbot made via the Botpress free plan?
  2. P

    What percentage of daily volume to not trade for 1% arbitrage opportunities

    Realistically, would you guys say flash loans are even profitable at all?
  3. P

    Arbitrage bots are way too risky

    All I hear from this forum is that the only way I can profit with a flash loan is I create my own arbitrage bot and I fund $800-$1600 worth of Ethereum upfront to cover for gas fees. I've never made that much money in my life, and even if I had like $3200, this would still be really risky...
  4. P

    Why am I not receiving fees for providing liquidity on PancakeSwap?

    I provided $5 worth of assets as liquidity to USDT-BNB on PancakeSwap. I hear that for every person that trades that pair, I can receive a bonus 0.05% of what I have provided as liquidity. So for every 100 people that trade this pair, I should be getting $0.25. There are 100 people that trade...
  5. P

    Why is no one helping me do an arbitrage flash loan?

    I hear furucombo is a scam. I come here for serious answers. Come on, guys.
  6. P

    What percentage of daily volume to not trade for 1% arbitrage opportunities

    Also, you cannot use flash loans in CEXs. I do not have that much capital.
  7. P

    What percentage of daily volume to not trade for 1% arbitrage opportunities

    I assumed as long as I use 10% of the daily volume or less to do arbitrage, I would be fine. I saw a thread where its creator was told “don’t trade more than 10% of the daily volume.” I also hear that day trading is a lot riskier than arbitrage.
  8. P

    What percentage of daily volume to not trade for 1% arbitrage opportunities

    I was trying to execute an arbitrage opportunity with about 1% price difference on Uniswap and Quickswap. But then, the arbitrage failed. In order for a 1% arbitrage to be profitable, what percentage of the daily trading volume can I not trade? I tried to borrow $100 for a fee of 5 cents...
  9. P

    How to get your Mainnet endpoint and put it in the code

    Well? Are you gonna help me?
  10. P

    How to get your Mainnet endpoint and put it in the code

    This is what I have used in the code already and I still get that error: const provider = new ethers.providers.JsonRpcProvider({url: 'https://mainnet.infura.io/v3/(API key is here, of course I'm not gonna share it)'}) This is another error I have been getting: TypeError: Cannot read properties...
  11. P

    How to get your Mainnet endpoint and put it in the code

    This is a screenshot of such website.
  12. P

    How to get your Mainnet endpoint and put it in the code

    I hate to be a bother, but I’m still waiting to hear a fix to the 404 error. I’m not here to waste time. Maybe I just take this to the Infura support team?
  13. P

    How to get your Mainnet endpoint and put it in the code

    Is anyone there? I’m waiting for a fix.
  14. P

    How to get your Mainnet endpoint and put it in the code

    Turns out I've already had the url long before this thread was created. However, all it says in the url is this: 404 page not found
  15. P

    How to get your Mainnet endpoint and put it in the code

    I’ve tried running a code that utilizes an arbitrage flash loan in the past on MetaMask, and it’s said “transaction failed”. Apparently, it’s because it had a Testnet endpoint and I was trying to deploy on Mainnet, and I need a Mainnet endpoint in order to use Mainnet. What’s also apparent is...
Back
Top