Minggu, 25 Juli 2021

AI News Summarizer Reduce time reading news

 


Introduction:

In this age of globalization, time is of the essence for everyone. At this time that digital currency has been introduced to reduce transaction time. The cryptocurrency was originally known as a payment system that allows people to be able to make transactions very fast, without third parties, in a crystalline, secure, and faceless manner. With the accrual and development of the Crypto or blockchain ecosystem, several alternative investment opportunities have flourished, and have proven to be more efficient and profitable investment tools than traditional financial returns. Cryptocurrency is potentially the largest digital asset for investment. because it is user-friendly, secure, and allows to cut down steep transaction costs. It is the maximum thing in the financial market that has proven to be an interruption lifter in financial transactions worldwide. Leveraging blockchain technology, cryptocurrency has managed to set up a decentralized, transparent, and inaccessible accountable system


It is a fully automated newspaper:

Summarizer aims to make your daily news shorter by utilizing AI. Its bots crawl the web for news, summarize them, and then sort them into categories.

What is SUMMARIZER ?

Summarizer is exclusive to $SMR holders. You won’t have to pay anything, just simply holding $SMR to read Summarizer contents. At any time, you decide to stop reading Summarizer, you can just sell your $SMR back to the market.


The algorithm we use:

TextRank is an unsupervised algorithm for the automated summarization of texts that can also be used to obtain the most important keywords in a document. The algorithm applies a variation of PageRank over a graph constructed specifically for the task of summarization. This produces a ranking of the elements in the graph: the most important elements are the ones that better describe the text. This approach allows TextRank to build summaries without the need of a training corpus or labeling and allows the use of the algorithm with different languages.

For the task of automated summarization, TextRank models any document as a graph using sentences as nodes . A function to compute the similarity of sentences is needed to build edges in between. This function is used to weight the graph edges, the higher the similarity between sentences the more important the edge between them will be in the graph. In the domain of a Random Walker, as used frequently in PageRank , we can say that we are more likely to go from one sentence to another if they are very similar.

TextRank determines the relation of similarity between two sentences based on the content that both share. This overlap is calculated simply as the number of common lexical tokens between them, divided by the lenght of each to avoid promoting long sentences.

The function featured in the original algorithm can be formalized as: 

Definition 1. Given Si , Sj two sentences represented by a set of n words that in Si are represented as Si = wi , wi , …, wi . The similarity function for Si, Sj can be defined as:


The result of this process is a dense graph representing the document. From this graph, PageRank is used to compute the importance of each vertex. The most significative sentences are selected and presented in the same order as they appear in the document as the summary. These ideas are based in changing the way in which distances between sentences are computed to weight the edges of the graph used for PageRank. These similarity measures are orthogonal to the TextRank model, thus they can be easily integrated into the algorithm. We found some of these variations to produce significative improvements over the original algorithm.

BM25 BM25 / Okapi-BM25 is a ranking function widely used as the state of the art for Information Retrieval tasks. BM25 is a variation of the TF-IDF model using a probabilistic model .

Definition 2. Given two sentences R, S, BM25 is defined as:


where k and b are parameters. We used k = 1.2 and b = 0.75. avgDL is the average length of the sentences in our collection.

This function definition implies that if a word appears in more than half the documents of the collection, it will have a negative value. Since this can cause problems in the next stage of the algorithm, we used the following correction formula:


where ε takes a value between 0.5 and 0.30 and avgIDF is the average IDF for all terms. Other corrective strategies were also tested, setting ε = 0 and using simpler modifications of the classic IDF formula.

Evaluation:

We tested LCS, Cosine Sim, BM25 and BM25+ as different ways to weight the edges for the TextRank graph. The best results were obtained using BM25 and BM25+ with the corrective formula shown in equation 3. We achieved


Tokenomics:

The distribution of SMR tokens will take place in 3 stages. Private sale for $0.008 per SMR. Join the whitelist to participate in private sales! The public sale will be made after the private sale at a rate of USD 0.01 per SMR. Launch on PancakeSwap, planned after private and public sale. Starting price: $0.012 per SMR. The project allocation is shown in the screenshot.


Token allocation is deployed to the Binance Smart Chain and we are integrating tokens with Summarizer via Web3. Our SMR token has passed the TechRate audit. The source code has also been published and tested by BSCScan.

Summarizer Roadmap:

Summarizer aims to make your daily news shorter by utilizing AI.

TextRank Implementation: 
We implement TextRank as the founding block for Summarizer.The basic idea of TextRank is to provide a score for each sentence in a text, then use the top-n sentences to build a summary.

Summarizer Design: 
We want it to be both elegant & fast. Come with dark & light modes, stripped all the unnecessary elements, optimized for speed.

Building a bots army: 
Run by bots, but for the human Summarizer is run by a family of bots. There are crawler-bot, summa-bot, editor-bot, delivery-bot, optimizing-bot, repairing-bot, etc.

Beta Summarizer
Let it run by itself. We have run it in beta mode for over a year. It has been processed over 60k articles, all by itself.

Integrate with SMR Token: 
We deploy SMR on Binance Smart Chain and integrate the token with Summarizer via Web3 Summarizer will soon be exclusive to SMR holders.

Summarizer on Android: 
Though the website is pretty fast & sleek, we want to utilize native Android features for Summarizer readers. The app will be available for Android users in just a few days.

Summarizer on iOS: 
We’re building an iOS simultaneously with the Android app iOS users will be fully experienced Summarizer real soon.

SMR Landing Page: 
We build this to offer users information about our token launch in the most transparent way.

Marketing Plan for the Launch: 
To widely spread the word about Summarizer, we’re planned our marketing strategy with various activities across all sectors. From articles on bitcoin talk, building a presence on social networks like Twitter, Reddit, building a Telegram community, organizing airdrop & content rewarding system, running ads on cryptocurrency-related websites, get listed on coinhunt & coinsniper, etc.

Audit by TechRate: 
Our token, SMR, has been audited by TechRate. Its source code has also been published and verified on BSCScan.

Distribution of SMR Token: 
The distribution will happen in three phases. Private Sale, at the rate of $0.008 per SMR. Public Sale, which will happen after the Private Sale, at the rate of $0.01 per SMR. Launching on PancakeSwap, happen after the Private & Public Sales. Starting Price: $0.012 per SMR

Ongoing Marketing Activities: 
From articles on bitcoin talk, building a presence on social networks like Twitter, Reddit, building a Telegram community, organizing airdrop & content rewarding system, running ads on cryptocurrency-related websites, get listed on coinhunt & coinsniper, etc.

Get tracked by CoinGecko & CoinMarketCap: 
We’ve fully built SMR token profile on BSCScan and already submitted our applications to CoinGecko and CoinMarketCap

Make it exclusive to SMR holders: 
After the distribution phase, Summarizer content will be exclusive to SMR holders.

Exchanges Listing: 
List SMR on the first few exchanges.

Berkeley Model Implementation: 
This update will improve the summaries’ quality and clarity. The model compresses source document text based on constraints from constituency parses and RST discourse parses. Moreover, it can improve summary clarity by reexpressing pronouns whose antecedents would otherwise be deleted or unclear.

A Customized Summarizer for Every User: 
Each user on Summarizer will be able to customize their experience and content that appears on the UI. Choose and redesign Summarizer layout & list of categories based on your interest.

Bridging SMR to other chains using Anyswap: 
Using Anyswap, we’ll bridge SMR to Ethereum, Polygon and Harmony blockchains. This will increase Summarizer accessibility to users of other chains. And by making SMR available on multiple chains, it will create more trading pairs & trading volume for SMR on DEXs such as Uniswap and SushiSwap.

Open Summarizer technology to other news publishers: 
We’re planning to open our technology to other news publishers. Using Summarizer, news publishers can effortlessly create summaries for their articles in bulk, deliver those summaries to their readers via newsletters and news feeds.They can even create their own version of Summarizer website with just a few clicks. Profits generated from these activities will be used to buy back & burn SMR.

Summarizer Team:

Brandon Thomas: 
Frontend Developer

Chris Miller: 
Blockchain Developer

Joy Stewart: 
Communications Manager

Julie Hardin: 
Marketing Manager

Mike Cook: 
Graphic Designer

Robert Hoover: 
Backend Developer

Steve Willis: 
Software Engineer

ACCURATE INFORMATION:

Tokenomics website: https://token.summarizer.co/

Author:

Bitcointalk Username: Satrunx12

BEP20 Address: 0x718E6E969134BEfB1c38ddc899e8a671Aeb935BF


Push Community is a 100% community based project designed to facilitate the success rate of new crypto projects

 


Crypto projects sometimes need supporters to be able to promote their projects to a wider audience. With this support, crypto projects can expect that their projects will get more exposure and they can get more customers. Supporters are quite important in the crypto world because they can help crypto projects become successful and compete with other platforms in the crypto market, so it's no wonder many crypto projects hire managers to help them with their marketing programs.


What is Community Push?

Push Community is a platform that allows crypto projects to hire supporters to help them promote their projects. Push Community is a pusher or shiller community that has the ability to be able to promote crypto projects on social media platforms to the fullest. Because as is known, crypto projects need supporters to be able to help them promote their projects. Sometimes project owners hire managers to help them promote their campaigns, but this method is sometimes inefficient, because there are many managers in the crypto market and not all of them have the ability to be able to promote crypto projects to the fullest. And Push Community will be a platform that provides pushers or shillers with marketing capabilities on social media to be able to help promote crypto projects to the fullest on this platform.

Push Community will help crypto projects to gain more exposure by leveraging social media to popularize and familiarize their platform with a larger audience. In this way, it allows the success rate of crypto projects to increase.


What features does Push Community provide?

Push Community aims to be the best platform to provide the best pusher or shiller for crypto push projects. With Community Push, project owners can hire pushers or coolers to help them promote their projects. In this way, it allows crypto projects to gain more exposure and increase the success rate of the project.

The following are the features provided by Push Community:

Backed by a strong community: 
Push Community is an ecosystem of pushers or shillers who have good marketing skills on social media. They have been trained, to be able to survive in crypto projects.

100% original:
Community Push allows users to gain access to a community of real people and not bots.

100% community based:
Push Community is an ecosystem that is completely controlled by the community. Users can participate in the governance platform.

PCOM Tokens:
Community Push is supported by a native token named PCOM. Later advertisers will need this token to be able to rent pushers or shillers on Push Community.


How Does the Community Push Interface Look?

The Push Community interface is quite user friendly and very simple. Users can find some information explaining what Push Community is and the features it provides. The developer doesn't seem to explain in detail about the platform on their website, the developer only explains the gist of it, if users want to know more about the Push Community, they can read the whitepaper that has been provided. The developers included a roadmap from the Push Community, what their plans are for the future. And what's more, the developer also includes articles related to the Push Community on websites like Bloomberg and Yahoo.


What is the Push Community Token?

PCOM is a token that will serve as a utility token launched by the Push Community. PCOM is based on the Binance BEP-20 platform with a total supply of 100,000,000,000,000 PCOM tokens. Users can use PCOM tokens for various purposes such as recruiting supporters or rewarding users. PCOM can be purchased via PancakeSwap.


Conclusion:

Push Community is an ecosystem of pushers and shillers that can be hired to help promote crypto projects. The solution offered by Push Community, allows project owners to have access to quality pushers and shillers who have the ability to market on social media. This allows crypto projects to gain more exposure and increase the success rate of their projects.

For more information Regarding the Push Community project, Please visit the link below:

 BEP20 Address: 0x718E6E969134BEfB1c38ddc899e8a671Aeb935BF




Rabu, 21 Juli 2021

BSCBOMB REVIEW

 


INTRODUCTION:

BSCBOMB is a hyper-deflation token that rewards investors for owning the token & also includes the BuyBack approach currently found on the stock market. BSCBOMB was one of the first cryptocurrencies to use automatic BuyBack.

BSCBOMB – Proprietary Hyper Deflationary Token, True with Intellectual Buyback Mechanism

BSCBOMB token holders benefit through static rewards as well as through the automatic Buyback mechanism built into the contract.

BSCBOMB — True Proprietary Hyper Deflationary Token with Intellectual Buyback Mechanism

BSCBOMB token holders benefit through static rewards as well as through the automatic Buyback mechanism built into the contract.

When the Buy Back function is activated, the contract automatically buys back and burns tokens after each sale.

PERFECT MECHANISM & WAY TO EARN:

Holders of BSCBOMB tokens got benefit not only from static rewards, but also from the buy-back process under the contract. As a part of the buyback process, the contract takes care of buying back some tokens & burning them on every sale. In short, 98% of the time you will not see 2 sell transactions at the same time, & You’ll never see 3 sell transactions in a row.

WHY BSCBOMB:


About BSCBOMB:

PERFECT MECHANISM & HOW TO EARN
BSCBOMB token holders benefit not only from static rewards, but also from the buyback process under the contract. As part of the buyback process, the contract takes care of buying back some tokens & burning them on every sale. In short, 98% of the time you won't see 2 sells at the same time, & you'll never see 3 sells in a row.

Why BuyBack?

If a stock has low value & potential – to improve it in the future, companies often announce share buybacks on the open market.

Once a company announces a buyback, investors are more confident in buying and holding. Moreover – demand increases, which will eventually lead to price increases.


At BSCBOMB, we decided to apply the buyback concept to cryptocurrencies and make our tokens more attractive to hold.

How?

BSCBOMB charges a 6% repurchase tax on every transaction & accumulates it in the contract. Whenever a sale occurs, a portion of the ransom amount is used to automatically purchase tokens from the liquidity pool. These tokens are burned immediately after purchase.

What's good about it?

There are 3 advantages:

Increase value;
After purchasing tokens from the liquidity pool, a new amount of BNB is added to the pool and the number of tokens decreases, which causes the price to increase.

free BNB;
When these tokens are burned, it is like adding free BNB to the pool as there are no tokens left to sell in the future.

Trust and reliability;
Investors can be merciless indecisive & often intimidated by bear markets.

Through automatic repurchases, investors will never see more than two consecutive sales. (98% cases)

Bonus benefits for holders:

4% reward is redistributed on every transaction

Join a network of trusted investors who believe in Buyback contracts and understand the growth potential of this vision.

Once investors see the code is working and contracts are automatically bought after every sale, they will feel more confident about investing and keeping them.

TOKENOMICS INITIAL OFFER: 1,000,000,000,000,000,000 BSCBOMB
DEV WALLETS: 1%
COMMUNITY: 4.5%
PRIVATE SALES: 9%
GENERAL SALES: 45%
PANCAKESWAP: 40.5%


BSCBOMB DAPPS:

Launchpad
LaunchBOMB
Decentralized Launchpad with ability to participate and do your own Public Sale

Token Locker:

BOMB-LOCK
Decentralized Locker for Custom tokens & Liquidity Providers (LP)

DEX:

BOMB-SWAP
Decentralized Trading Platform for exchange, staking, farming & ability to participate & make Initial Farm Offers (IFO)

NFT Marketplace:

NFT Bombs
Decentralized platform for digital artists & digital art connoisseurs

iOS/Android Wallet App:

BOMB-WALLET
to store crypto assets and interact with Decentralized Applications (DAPP)

Money Markets:

CashBOMB
Based on an algorithmic money market system designed to provide a fully decentralized lending & lending system based on the Binance Smart Chain

Affiliate Program:

Contribute to the community!
Great opportunity to earn money for everyone!

If you have a lot of friends or have a personal video blog, Instagram, Telegram channel, or Twitter – any source of traffic from people interested in cryptocurrencies – then you are not wasted here!

Tax details:

4% reward for holders
3% marketing tax
Buyback Tax 6%
Slips: 14%

We present you a list of DAPPS the team is working on
BSCBOMB : LaunchBOMB
Decentralized Launchpad with ability to participate & do your own Public Sale

BOMB-LOCK
Decentralized Locker for custom tokens & Liquidity Providers (LP)

BOMB-SWAP Decentralized Trading Platform for exchange, betting, farming & ability to participate & make Initial Farm Offers (IFO)

NFT Bombs
Decentralized NFT marketplace for digital artists & digital art connoisseurs

BOMB-WALLET App on iOS & Android to store crypto assets and interact with Decentralized Applications (DAPP)

CashBOMB
Based on an algorithmic money market system designed to provide a fully decentralized lending & lending system based on the Binance Smart Chain

For more information please visit the link below:


Author:

Bitcointalk Username: Satrunx12
BEP20 Wallet Addreess: 0x718E6E969134BEfB1c38ddc899e8a671Aeb935BF




Minggu, 18 Juli 2021

ETNA.Network | Hybrid game biological system

 


Hello all friends. Back again with me Satrunx12.

First of all I want to tell you that I am just a bounty hunter and writer for Cryptocurrency projects and help promote projects that want to grow and become successful in the Cryptocurrency world.

So I'm here to introduce a project whose project name is ETNA.Network, Many good ideas are presented by the project, especially the development and system used by the ETNA.Network project, For more details, please see the article that has been summarized by several well-known sources and Bounty Hunters.

Overview:

This form of digital money is gaining notoriety much faster than expected. The crypto business has grown and expanded fundamentally. Decentralized money, otherwise known as DeFi, is a rapidly growing area of the digital currency industry. Another part of Decentralized money is NFT, gaining many advantages from last year and has the capacity to grow endlessly as NFT offers opportunities to craftsmen, gamers, superstars, tattoo specialists, image takers to sell their own computerized goods as Non Tokens which interchangeable or called NFT.

The video game industry is still struggling with the absence of genuine ownership with respect to in-game resources. The Market Will Surpass $200 Billion by 2023. This comes after $87 billion was spent in 2019 by gamers buying in-game resources they don't own. Blockchain innovation has empowered some games to bring true responsibility for gaming resources, but the utility for this new idea is still minimal and is really impacting business. ETNA Network will bring new ideas and utilities to in-game resources leveraging blockchain innovations.

About the ETNA Network:


Cyclops Finance is a blockchain organization that started as a Hybrid gaming biological system with plans to coordinate in-game NFT resources to a Decentralized acquisition and borrow stage. Enables consistent game and money reconciliation on the Ethereum Protocol.

Etna intends to make it natural and simple for clients to jump effectively while working on stage without claiming multiple wallets. Its mission is to create a holistic biological system, a single foundation of interconnected crypto-type advancements that works for both those who succeed and those that don't. ETNA Network is building on advances in DeFi, gaming, and NFT. A brief outline of this innovation is as follows:

ETNA Network Highlights:


A Digital Asset Lending Platform where not only coins and tokens can be used as insurance, but also NFT, computerized terrain, and that's just the tip of the iceberg. Important NFT holders can now take credit by utilizing NFT like insurance, this is undoubtedly an advantage in itself.

DEX Hybrid Liquidity Protocol where clients will approach many advanced resources. A trade where the complexity that comes with exchanging digital forms of money is a relic of the past. With the new Broker-Buyer-Type (BBT) exchange instrument, clients with zero experience actually want to exchange easily.

Gaming Technology A gaming platform where ordinary games can be delivered and combined with blockchain. Works for game designers and players. With game resources printed into NFT, individual groups of people can claim those game resources and gain sovereignty that grows with the fame of the game.

Dynamic NFT Marketplace where clients can buy and sell significant NFT on the spot. You can buy and sell NFT just like you would for tokens/coins in trading. ETNA can achieve this with its NFT price locking system, in essence, the value of each NFT equates to some measure of hidden money. This is very interesting because each NFT exchange dynamic is designed according to the mathematical value demand bend. With this, holders will surely appreciate the value appreciation and ensure ease of exchange back.

A Cross-Chain component that works with resource adaptability across the blockchain. This is great because it will empower the achievement of NFT's native completeness.

ETNA Ecosystem:


DeBank;

DeBank which is the Lending/acquiring ETNA stage has been submitted to the BSC. Currently supports borrowing and acquiring seven tokens/coins specifically BNB, ETNA, ETH, BTC, BUSD, USDT and DAI. It also supports storage of all ETNA NFTs and clients can already use those NFTs to take credits. DeBank ETNA also allows ETNA token holders to take income-free credits on a consistent basis. It is also the first of its kind in the crypto space. Currently more than 4,500,000 ETNA and more than 2000 NFT have been deposited. In addition, more than $200,000 without interest has been taken.

ETNA's NFT Marketplace;

NFT ETNA Networks is a game resource that will be delivered in future games. Currently, there are more than 30 NFTs exchanged in the commercial center of the ETNA Network, these NFTs involve game characters, weapons, secret parts, animals and much more.

ETNA tokens:


ETNA is local money from the ENTA Network environment which is used for various Defi capacities such as lending, obtaining, NFT transactions and purchases, and for spending.

Token Details:


Token Name: ETNA Network
Ticker: ETNA
Type: Binance Smart Chain
Full-scale supply: 100,000,000
Bet: 40,000,000
BBT Market: 30,000,000

Resource allocation:


Presale: 10,000,000
Liquidity: 6,000,000
Team: 3,000,000 (locked like forever)
Upgrade Fund: 5,000,000
Partnership: 5,000,000
Foundation: 2,000,000

ETNA Token Utilities:


Loan Platform: 
no interest progress can be taken by Utilizing ETNA Tokens.

BBT Markets:
ETNA can be used as collateral as proof of insurance mechanism

NFT Market Currency:
NFT Marketplace backed cash is ETNA used to buy and sell in-game assets and other NFT

Gift:
ETNA can be used as Treasures and grants in the game part of the ETNA organic framework


Maybe this is all I can present to all of you, for more details I put a few links at the end of the article, for you to visit and get more accurate information, so you don't get caught up in projects that smell like fraud and stay careful when investing in ICO or investment that is not very clear source.

Best regards from us bounty hunters


AUTHOR:

Bitcointalk Username: Satrunx12

BEP20 Wallet Address: 0x718E6E969134BEfB1c38ddc899e8a671Aeb935BF


Jumat, 16 Juli 2021

Lunaland (LLN) - Peer-to-peer digital currency

 


Hello all friends. Come back with me. First of all I want to tell you that I am just a bounty hunter and writer for Cryptocurrency projects and help promote projects that want to grow and become successful in the Cryptocurrency world.

So here I introduce a project whose project name is LUNALAND, Many good ideas are presented by the project, especially the development and system used by the LUNALAND project, For more details, please see the article that has been summarized by several well-known sources and bounty hunters.

About LunaLand:


LunaLand (LLN) is a peer-to-peer digital currency and store of value. Like digital gold, it aims to offer protection against inflation and unlimited printing of money. This is the opposite of fiat currency with unlimited supply potential. It not only has a limited supply, but is also a hyper-deflationary supply coin that will burn through most of the initial supply until the supply target of only 400 million coins is reached.

Starting with an initial supply of 1 Trillion coins, a total of 99.96% will be burned in a regular cycle. The burning cycle will continue until the supply target of 1 Lunar distance in meters – the distance from Earth to the Moon – coins is reached, which is 400 Million LLN.

Centralized platform token projects that aim to build a platform/ecosystem have a high level of risk. That is, there are execution risks, team risks, market risks and other risks that must be overcome in order for the project to generate real value and result in coin price appreciation. LunaLand seeks to address this by not being tied to a centralized platform/project that impacts coin prices. It is a pure peer-to-peer digital currency and a store of value, and its success will only depend on user adoption and the building of the LunaLand community.

While there is no platform/ecosystem that can directly influence the price of an LLN, the LunaLand project team is building real-world applications for the currency to sustain the value of the coin.

Our mission:

Our mission is to develop a peer-to-peer pure digital currency and store of value that will be recognized as a cryptocurrency leader in terms of adoption, use and value.


Our vision:

Digital Currency, at the Beginning of a New Era.

LUNALAND (LLN) is a digital currency and store of value that offers protection from real world inflation while the World is printing money. We encourage liquidity with tax-free trading by rewarding early adopters and returning 100% to the liquidity pool.


LunaLand Coin (LLN):

LunaLand (LLN) is a peer-to-peer digital currency and store of value. This will allow you to easily send money online and use it as a medium of exchange. No mint function, so supplies are limited. The number of LLNs in use can only decrease over time, making them the antithesis of modern fiat currencies. A digital currency that harnesses the power of blockchain to provide transparency, security and low transaction fees.

It is a BEP-20 token built on the Binance Smart Chain (BSC) with an initial supply of 1 Trillion coins. This is a hyper-deflation coin with a burn function that will burn the stock until a total of 400 Million coins remain – 1 month distance in meters. Burn function will be used up to 99.96% of all coin stock burned.

With a finite supply of deflation, the goal is to place a price floor on the coin and reward early adopters and token holders over time. This is achieved by a high initial supply which will keep the initial entry price low to encourage trading and coin adoption as the supply is low.

Feature Summary:

Target Supply: 
The distance from the earth to the moon is 400,000,000 meters. LunaLand's target supply is 400,000,000 coins.

Manual Burn: 
Regular burn cycle to reduce supply by 99.96% from 1 trillion to 400 million coins.

Hyper-Deflation: 
Hyper-deflation supply to increase price upside momentum.

Reward Holders: 
Controlled burning does not penalize buyers/sellers through taxes and encourages trading and liquidity while still rewarding holders.

Encourage Trading: 
Drive liquidity by rewarding early adopters and returning a minimum of 50% to the liquidity pool. There are no taxes on trades to encourage liquidity, and coin rewards to holders give you the best of both worlds!

Low Entry Price: 
The supply of 1 trillion coins is meant to provide a low entry price and reward holders with unlimited upside potential.


Manual Burning:

One of the main features of the LLN is its limited supply of hyper deflation. With an initial supply of 1 trillion coins, LunaLand will have a regular burn cycle until 99.96% of coins are burned and a target supply of 400 million coins is reached – 1 Lunar distance in coins. Manual burns controlled by the team means burns are limited and under control. Regular cycles and clear communication will ensure that the community is informed and rewarded as we grow. Regular combustion cycles and conditions will be communicated and tracked on the official website https://www.lunaland.io/.

There are several new features of LunaLand's burning strategy that aim to reward holders and benefit society. We set out below the main features and conditions of the LunaLand burning strategy.

Burn Strategy and Conditions:

Burn Cycle:
LunaLand will implement a minimum weekly burn cycle which will burn more coins until the target supply is reached.

Random Burn Count:
Each manual burn will burn a randomly selected bound range – via a random number generator – the number of coins will increase as coin adoption increases.

Burn Range:
As the account holder increases, the number of coins burned will also increase. A randomly selected burn amount will be selected from an increasing range which will increase by an order of magnitude (10X) as the number of holders increases. Starting with a range of 1M-10M, the range will be increased for each order the holders increase from 10 holders.

Communication:
Each burn will be announced to the community before the burn function is executed and the burn countdown timer on the official website will notify the community when a burn occurs.

Burn and Earn:
With each burn, we burn 90% of the amount burned and distribute 10%
proportional to the holder


Tokenomics:

LunaLand Contract Name : LunaLand
Symbol: LLN
Decimal: 18
Contract Address: 0x6020371b0e8a2fc259a6b111d178bba9c966a4a4
Initial Supply: 1 Trillion
Target Launch Supply: 400 Million
Burn Function: Yes
Mint Function: No
Network: BSC Mainnet – BEP20


BEP 20 tokens:

LunaLand Coin (LLN) is a fully compliant BEP20 Binance Smart Chain (BSC) token. There are several reasons why we chose the BEP20 token over other networks, some of which are:

Low Transaction Fees:
The current fee for transferring $1,000,000 LunaLand tokens is $0.05 (at time of writing). In comparison, the cost of doing the same thing on the Ethereum network could be 1000x higher, or more, depending on the congestion on the network.

High Speed Block Making:
In a recent test while distributing LunaLand tokens to our investors, we found that bulk shipments of LunaLand did not take more than 8 seconds to reach buyers. Again, using Ethereum as an example, blocks can take a few minutes or sometimes up to an hour to create, depending on network congestion.

Mining on the network is more environmentally friendly:
Bitcoin and Ethereum currently use proof-of-work (PoW) algorithms to solve complex mathematical problems and form consensus to verify blocks. The PoW mechanism creates worldwide competition to solve mathematical problems and thus results in extremely high power consumption as competing actors in the network seek to outperform each other with high-powered mining hardware. The BinanceSmartchain network uses a Proof of Staked Authority (PoSA) mechanism. It is a hybrid between Proof of Authority (PoA) and Delegated Proof of Stake (DPoS). This consensus model can support short block times and low costs, and requires only 21 validators to run. Validators take turns mining (verifying) blocks which results in a much more power efficient mining process.

Ability to use Pancakeswap as the first exchange:
Using the BEP20 token means that we can immediately use the Pancakeswap exchange and list LunaLand on the exchange as soon as the presale ends. Pancakeswap is one of the largest decentralized exchanges on the planet with over $600 million traded monthly (at the time of writing).


Sales Stages:

Pre-Sale – The Pre-sale will take place from June 28 to July 20 where the price of LunaLand will be $0.005 per coin.

Parameter:

Price: $0.005
Soft Cap: 1 Million LLN
Hard Cap: 200 Million LLN
Expiration Date: 20 July 2021
DX Sale – The DX Sale will take place from July 10 to July 20 where the price of LunaLand will be $0.01 per coin.

PancakeSwap – LunaLand will be listed on Pancakeswap on 20 July 2021. Prices will be determined depending on the liquidity pool and will be announced to the community in due course.

Roadmap:

Our vision is to create a new digital currency that is in the top 10 cryptocurrencies and supported by real-world use not only as a store of value but also as a medium of exchange. There are several tactical milestones that we need to achieve in order to realize our vision. The roadmap below aims to provide clear goals that are informative and ambitious.

Q2 JUNE 2021;
LUNALAND design and manufacture
Launching
Published Pre-sale White Paper
The marketing team starts the campaign

Q3 JULY 2021;
Launch of LUNALAND from PancakeSwap
Further ecosystem development ekosistem
Marketing campaign expansion
to encourage coin adoption

Q3 AUGUST 2021;
Listing on Coinmarketcap (CMC)
Listing on CoinGecko
Starting the development of the LUNALAND online store and application aplikasi
Target supply reached - burn complete

Q3 SEPTEMBER 2021;
Listing LunaLand on additional DEX platforms
Merchandise partnership for
LUNALAND shop

Q4 2021;
Launch
LUNALAND Merchandise store partnership.

2022 and Beyond;
Centralized list of exchanges - Binance, Kraken and more


Conclusion:

LunaLand seeks to overcome the centralized platforms' high degree of risk to produce real value and result in the appreciation of the coin price by not being tied to a centralized platform/project which impacts the price of the coin. It is a pure peer-to-peer digital currency and store of value, and its success will depend only on user adoption and the building of the LunaLand community. The LunaLand project team is building real-world applications for the currency to underpin the value of the coin.


AUTHOR:

Bitcointalk Username: Satrunx12

BSC Wallet Address: 0xD4b7EdE77B389025b0edB1f6aebFbe0395D6e578





Lope is a Binance Smart Chain (BSC) platform built on a strong technological foundation.

  Introduction: Lope is built on a strong technological foundation and uses the Binance Smart Chain (BSC) platform. Due to the low transacti...