Wednesday, September 22, 2021

Hedge fund hording and manipulating crypto to fluff up profits and create a mirage of stock market exposed by poorly set up API, Chatbot snitches

The Summary

Regal Investments is hording Bitcoin among other cryptos and pumping up the prices, then selling them and passing it off as stock gains. If this is happens on a larger scale, crypto is in danger.

The slip:

This is something I've been following for years and there's finally been an undeniable crack in the mold. Regal Investments' website API has been poorly setup and their chatbot is integrated with their databases - meaning you can get a peek into the inner workings with simple command prompts entered in the chatbot.

Works on global and regional versions of the website. Using simple code, a schedule of post-dated returns on investment and dates appear, could be something other than manipulation? Keep reading.

https://preview.redd.it/6txofb0q1to71.jpg?width=1920&format=pjpg&auto=webp&s=0d9d87afab7f56f1b3e27890ddef13898001052f

Entering debug mode and applying the dates and amounts to an account, the balance is updated to reflect.

It COULD just be an internal test, but it doesn't help that the previously scheduled trade for Sep. 20 showed up in the trade history. Withdrawal shows up as processing.

The schedule prompt will update the remaining balance to reflect a deduction and the number of accounts available

What this means for crypto:

If big funds horde crypto like this and control the market, they control entry and the functionality is compromised. They can play smaller investors as chumps while fattening up the pockets of who ever they choose under legal guises and getting away with it. Plus they can attack the legitimacy of crypto through such scandalous behaviour. This fund should not be holding crypto. We have to do something to maintain the purpose of cryptocurrency.

Update, September 22: as expected the chatbot inputs affect the actual backend - https://unsee.cc/album#t0a4bOicGTnTcwzh

It’s all manipulation benefiting a select few. I say bring down these fuckers just to keep the rest of them aware that we have the power. The codes are as follows.

Codes

Debug mode (enters database): debug_ret.Get

Activate account (approves account): status.user=active.by_email "email address" or status.user=active.by_client-id "client ID (which isthe string in the url when logged in)

Apply trade to account (adds trade and profit to balance): status.user=trade.by_client-id "client ID (which is the string in the url when logged in)"

then enter either 09-23-21 or 09-30-21

View schedule, btc balance, etc: { "event": [sequence], "data": [scheduled-returns], "published_at": [dates], "requestType":GET",}


No comments:

Post a Comment