Chainport.io-Peg delta.theta Token Logo

DLTA [Chainport.io-Peg delta.theta] Token

About DLTA

Listings

Token 3 years
white paper

Delta.theta (DLTA) is a peer-to-peer asset option trading platform. Currently, the solution is implemented on the following blockchains: Binance Smart Chain and Ethereum.

The platform architecture, as part of the implementation on the Binance Smart Chain blockchain and Ethereum, supports the following functionality:
● Unlimited expirations
● Pairing of any coins for the corresponding blockchain
● American-style options (execute at any time prior to expiration date)
● Limit and market orders. Limit order - user chooses the parameters (price, term). Market order - the user buys/sells what is available in the trading terminal.
● 2-level system of commissions. Maker fee - if the user adds liquidity to the order book (puts an order not at the current market), a reduced commission is applied to it. Taker fee - if the user removes liquidity from the order book (takes out the current orders), the standard commission is applied to him.
● Sellers of options pledge 100% of the collateral, thus the failure of the contract is not possible. ● Option sellers can participate in the Liquidity Incentivize Program. Their placed orders can be forwarded to protocols like Venus/Compound, where option sellers can earn extra money.

delta.theta is a simple, clear and functional product for "farmers". By using delta.theta LITE, in 3 clicks any farmer can qualitatively increase his APY by choosing a simple ready-made risk management scheme. Our product solves two major pains of "farmers": 

1. First, through delta.theta, farmers buy protection during the farming period. The farmer invests in stablecoins and "strong" coins (ETH, e.t.c.), and the output is a coin that is subject to a significant drop. Thus, the farmer needs to get protection from the dump of the token that is being farmed.
2. Efficient capital management. Today's farmers in search of APY growth use quite a wide range of products, from simple farming to flashloans solutions. Options allow them to participate with less capital leverage. We started out with a simple one - by allowing farmers to sell options. You sell an option - and you make money.

The farmer has an opportunity to make money on his desire to use his own capital more efficiently. Example: A farmer wants to sell a coin at a higher price and comes to delta.theta, he uses the Sell High option and places a limit order through the delta.theta LITE app and the magic begins: a. first, his order can go into LIP (disabling feature) - this means that his order is deposited on the Venus protocol and the farmer is paid the appropriate APY b. Secondly, if the buyer bought the farmer's option, he paid him a premium. But the option may not be executed. So, the farmer has already earned in 2 places just on his desire to be efficient.

Social

Laser Scorebeta Last Audit: 25 December 2021

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Contract name (Chainport.io-Peg delta.theta) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

BridgeMintableToken.setBinanceBridgeContract(address)._binanceBridgeContract (#717) lacks a zero-check on :
- binanceBridgeContract = _binanceBridgeContract (#722)
Check that the address is not zero.

Additional information: link

Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.6.0<0.8.0']
- >=0.6.0<0.8.0 (#6)
- >=0.6.0<0.8.0 (#33)
- >=0.6.0<0.8.0 (#113)
- >=0.6.0<0.8.0 (#330)
- >=0.6.0<0.8.0 (#637)
- 0.6.12 (#679)
Use one Solidity version.

Additional information: link

Context._msgData() (#23-26) is never used and should be removed
SafeMath.div(uint256,uint256) (#245-248) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#300-303) is never used and should be removed
SafeMath.mod(uint256,uint256) (#262-265) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#320-323) is never used and should be removed
SafeMath.mul(uint256,uint256) (#226-231) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#134-138) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#170-173) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#180-183) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#155-163) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#145-148) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.6.0<0.8.0 (#6) is too complex
Pragma version>=0.6.0<0.8.0 (#33) is too complex
Pragma version>=0.6.0<0.8.0 (#113) is too complex
Pragma version>=0.6.0<0.8.0 (#330) is too complex
Pragma version>=0.6.0<0.8.0 (#637) is too complex
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Parameter BridgeMintableToken.mint(address,uint256)._to (#706) is not in mixedCase
Parameter BridgeMintableToken.mint(address,uint256)._amount (#707) is not in mixedCase
Parameter BridgeMintableToken.setBinanceBridgeContract(address)._binanceBridgeContract (#717) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#24)" inContext (#18-27)
Remove redundant statements if they congest code but offer no value.

Additional information: link

name() should be declared external:
- ERC20.name() (#389-391)
symbol() should be declared external:
- ERC20.symbol() (#397-399)
decimals() should be declared external:
- ERC20.decimals() (#414-416)
totalSupply() should be declared external:
- ERC20.totalSupply() (#421-423)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#428-430)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#440-443)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#459-462)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#477-481)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#495-498)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#514-517)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#653-655)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#668-673)
mint(address,uint256) should be declared external:
- BridgeMintableToken.mint(address,uint256) (#705-714)
setBinanceBridgeContract(address) should be declared external:
- BridgeMintableToken.setBinanceBridgeContract(address) (#716-723)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is low.


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinMarketCap rank

Price for DLTA

News for DLTA