Whatsapp: 00447404400886 or 00447438335479 (Charlie / Tudor)

Litepaper

TRADE LIKE A SHARK. RIDE THE PANIC!

The Shark of Wall Street 

OUR TSWS COIN IS AN UTILITY TOKEN.

0x0ee3f6d467d85c39d17dda602f4147bc202e3e30  is our TSWS contract number 

Our BEP20 Smart Contract has been successfully AUDITED and made PUBLIC .

Our logo link: https://imgur.com/wRA1nHC  

WE ARE a SHORT-ist TRADING ACADEMY & Ai LAB & CRYPTO SPY LAB PLUS A METAVERSE MONEY MAKING INSTITUTE.

A team of cryptographers, traders, machine learning programmers  ethical hackers, artists and animators with an ambitious plan to bring you substantial profits, to enjoy the game and make a semi-passive income.

JOIN our TELEGRAM CHANNEL T.me/HEDGE4

Our BEP20 token is set for Staking and for Academy monthly enrolling students.

We are developing an Ai and Machine Learning for better trading.

PREDICTOR algorithm for finding those 100X DeFi successful projects or profitable trading robots 
but our TSWS token is to reward your participation in the global markets. 


Please feel free to AUDIT our BEP20 Token codes:

/*
Implements EIP20 token standard: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
.*/

pragma solidity ^0.4.18;

import "./EIP20Interface.sol";

contract EIP20 is EIP20Interface {

uint256 constant private MAX_UINT256 = 2**256 - 1;
mapping (address => uint256) public balances;
mapping (address => mapping (address => uint256)) public allowed;
/*
NOTE:
The following variables are OPTIONAL vanities. One does not have to include them.
They allow one to customise the token contract & in no way influences the core functionality.
Some wallets/interfaces might not even bother to look at this information.
*/
string public name; //fancy name: eg Simon Bucks
uint8 public decimals; //How many decimals to show.
string public symbol; //An identifier: eg SBX

function EIP20(
uint256 _initialAmount,
string _tokenName,
uint8 _decimalUnits,
string _tokenSymbol

) public {
balances[msg.sender] = _initialAmount; // Give the creator all initial tokens
totalSupply = _initialAmount; // Update total supply
name = _tokenName; // Set the name for display purposes
decimals = _decimalUnits; // Amount of decimals for display purposes
symbol = _tokenSymbol; // Set the symbol for display purposes
}

function transfer(address _to, uint256 _value) public returns (bool success) {
require(balances[msg.sender] >= _value);
balances[msg.sender] -= _value;
balances[_to] += _value;
Transfer(msg.sender, _to, _value);
return true;
}

function transferFrom(address _from, address _to, uint256 _value) public returns (bool success) {
uint256 allowance = allowed[_from][msg.sender];
require(balances[_from] >= _value && allowance >= _value);
balances[_to] += _value;
balances[_from] -= _value;
if (allowance < MAX_UINT256) {
allowed[_from][msg.sender] -= _value;
}
Transfer(_from, _to, _value);
return true;
}

function balanceOf(address _owner) public view returns (uint256 balance) {
return balances[_owner];
}

function approve(address _spender, uint256 _value) public returns (bool success) {
allowed[msg.sender][_spender] = _value;
Approval(msg.sender, _spender, _value);

return true;
}

function allowance(address _owner, address _spender) public view returns (uint256 remaining) {
return allowed[_owner][_spender];
}
}

// Abstract contract for the full ERC 20 Token standard
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
pragma solidity ^0.4.18;

contract EIP20Interface {
/* This is a slight change to the ERC20 base standard.
function totalSupply() constant returns (uint256 supply);
is replaced with:
uint256 public totalSupply;
This automatically creates a getter function for the totalSupply.
This is moved to the base contract since public getter functions are not
currently recognised as an implementation of the matching abstract
function by the compiler.
*/
/// total amount of tokens
uint256 public totalSupply;

/// @param _owner The address from which the balance will be retrieved
/// @return The balance
function balanceOf(address _owner) public view returns (uint256 balance);

/// @notice send `_value` token to `_to` from `msg.sender`
/// @param _to The address of the recipient
/// @param _value The amount of token to be transferred
/// @return Whether the transfer was successful or not

function transfer(address _to, uint256 _value) public returns (bool success);

/// @notice send `_value` token to `_to` from `_from` on the condition it is approved by `_from`
/// @param _from The address of the sender
/// @param _to The address of the recipient
/// @param _value The amount of token to be transferred
/// @return Whether the transfer was successful or not
function transferFrom(address _from, address _to, uint256 _value) public returns (bool success);

/// @notice `msg.sender` approves `_spender` to spend `_value` tokens
/// @param _spender The address of the account able to transfer the tokens
/// @param _value The amount of tokens to be approved for transfer
/// @return Whether the approval was successful or not
function approve(address _spender, uint256 _value) public returns (bool success);

/// @param _owner The address of the account owning tokens
/// @param _spender The address of the account able to transfer the tokens
/// @return Amount of remaining tokens allowed to spent
function allowance(address _owner, address _spender) public view returns (uint256 remaining);

// solhint-disable-next-line no-simple-event-func-name
event Transfer(address indexed _from, address indexed _to, uint256 _value);
event Approval(address indexed _owner, address indexed _spender, uint256 _value);
}



Our ambitious plan has a target :

OUR SOFTWARE COMPANY HEDGE4 & SHARK WILL BE LISTED IN 6 YEARS ON ONE OR TWO STOCK
EXCHANGES. WALL STREET, LONDON or TORONTO. 

WE DREAM OF HAVING A BOOMING IPO in 2026 or 2027 and for this we have to integrate our Academy and the Ai Lab in the NASDAQ Exchange.



Ask yourself this ! What is Palantir doing every day?
What is TokenMetrics doing all day?
What is PolkaStarters doing?
What are ANGELS and Venture Capital firms doing now?

HEDGE4. Ai will create few departments to do the same job, but better.

There are trillions of dollars in equities, commodities, derivatives and crypto.

There’s enough MONEY for all the CREATORS in this MARKETS and huge money to short sell the housing bubble. 

A brief project history of HEDGE4 & SHARK

We deployed HEDJ token ( ERC20 ) 550 days ago. We started the project on Jan 04 2021 .. We did

migrate on Feb 26 to BEP20 and deployed 999980441 HEJJ tokens . We want to grow our team
and implement most profitable ACTIONS in Crypto + DeFi space
19. Does the project have a traditional business model or does all of the value accrue to the native digital
asset? 
20. What is the long term vision of the Project and how do you expect to get there? *
Grow our team, implement profitable + intelligent projects and in 6 years we want to list our company
on Wall Street or London or Toronto Stock Exchange ( having over 100 programmers under our roof )
21. Please provide a detailed quarterly project roadmap (i.e., technology and commercial development)
with relevant milestones for the next 4-6 quarters. *
2nd Q Provide Liquidity on Farming and Staking
Develop AI trading robots
Testing scalping algorithms
3rd Q Develop intelligent Arbitrage FINDERS

4th Q Use our AI and ML PREDICTOR to find those 100X Crypto Projects

1st Q 2022 Start our own Venture Capital firm to play Angel, Incubator or Accelerator of StartUps

2nd Q 2022 Create our own DEX

Create our own Yield Farming aggregator

22. Please describe the current development stage of the project. *
Early stage .. 10000 registered members on our website ( Airdrop ) 1500 members on Telegram
1600 Subscribers on YouTube channel
23. Please provide a comprehensive description of the token/coin, including core use cases and an

overview of the token economy. *
Yield Farming, Staking. Using our AI PREDICTOR for trading , scalping , arbitrage findings, Flash loans, our own Dex. We give our staking holders generous rewards.
24. Why do you think a native token is necessary for your Project? *
Fund raising to grow our team. We are good managers always looking for brilliant minds.

Our team is growing every week. Follow us on social media and call us on Whatsapp.

We do not plan a SCAM PROJECT. In DeFi space is room for PROFITS for everyone . We are here to STAY.

Join Us !

Hedge4.AI & the Agenda

We will soon provide liquidity with our HEDJ coin on PancakeSwap
Our custom BEP-20 Token contract is 0x2f1ad6Ec7D2Da4cd4CF679a781cA376d7f091e30
In 3-4 weeks we’ll be listed on Bilaxy and IDEX
Same time we will be listed on CoinGecko + CoinMarketCap
We will do Yield farming on 2 platforms
We will do Staking on our own HEDGE4 platform
3rd Q 2021 We will deploy our own Swap Market
We will deploy our own LAUNCH PAD for cool start-ups
We will Angel-Sponsor and invest in every cool project .
We will open our own Venture Capital firm or will remain just ANGELS .
4th Q 2021 OUR Ai LAB department should be profitable (machine + deep learning )

Target: DO THE IPO on WALL STREET 2026 .

WhatsApp 00447438335479
Phone + WhatsApp 00447404400886

Buy our tokens NOW ! You will not be disappointed. We will burn part of the  every second month.

AN AI LAB , DeFi PLATFORM that brings you MONEY and trading tips.

SMART AND PROFITABLE.

INVEST IN US !

INVEST WITH US !

We trade 24/7. We crunch DATA. We feed Robots. We work 24/7.

We invest in START-UPs. We make profits.

GOD BLESS THE CRYPTO-VERSE !!!