Bitcoin Forum
June 14, 2024, 01:47:09 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN][ICO] SPARKLE | Proof-of-Liquidity Protocol  (Read 214 times)
SparkleToken (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 54
Merit: 7

Sparklemobile.io


View Profile WWW
January 12, 2019, 09:43:39 AM
Last edit: January 14, 2019, 10:06:42 PM by SparkleToken
 #1

Website                      Whitepaper                Sparkle Selfdrop             Twitter                        Reddit                        Facebook                    Discord

ERC20 Proof of Liquidity



Already Over 2800+ Token Holders



Please note we've decided start a new ANN thread our Active thread can be found here


Value of Sparkle
Sparkle is a decentralized token created on the Ethereum network. Sparkle allows a peer to peer computing on a distributed application architecture that partitions tasks or workloads between peers. We understand that blockchain has a limited number of consumer-based products that the community can spend their assets on. There are a variety of reasons for this, but it is mainly merchants who suffer from the lack of underlying architecture to sell goods at a set rate. Sparkle?s prime utility connects the dots between non-monetary items (digital currencies) and automotive-related services (physical product). The value of sparkle lies in the delivery of a service, and its ability to remove market volatility from existing services offered. Sparkle KYC verification serves an important role in verifying the authentication of SPARKLE customers. SPARKLE token is not the only utility being offered, but the ultimate goal is to provide data security and safe access to sparkle resources.


Impact of Mobile Apps in Today's World
As a service provider, our development focus is creating technology that connects users with quality local automotive services. Sparkle leverages the best thing about today's mobile device; the simplicity provided by mobile applications. From ordering a meal to hiring a driver, we all have a list of applications at our fingertips that make life easier. We've eliminated time spent searching for a taxi by using services like Lyft which can conveniently take you to your destination, you can order groceries for the week and have them delivered right to your doorstep. It's hard to remember the time when apps were viewed as luxury items since mobile applications are now an indispensable tool for both vendors and customers. Mobile applications have become more powerful than ever, their rapid acceptance by consumers globally is used as a benchmark for businesses to ensure upcoming products and tools keep up with the needs of consumers.


Risks and Vulnerabilities of Merchants Accepting Virtual Currency
Popular digital assets such as Bitcoin (BTC) and Ether (ETH) are too volatile to be used as everyday currency for businesses. The value of a bitcoin often experiences large fluctuations, rising or falling by as much as 5% in a single day. SPARKLE realizes the importance of removing the current volatility faced with Bitcoin, effectively allowing the business to receive tokens equivalent to USD based on the services offered.

Sparkle Token Utility:
Sparkle Token is an ERC-20 token built using the time-tested Ethereum blockchain. It has been created to be used as a method of transacting value peer-to-peer and to reward customer loyalty within the Sparkle ecosystem. Utilizing Sparkle?s Hybrid Cloud, Sparkle Token on the public network can transact at the speed of Ethereum's blockchain. (15?20 transactions per second)

SparkleGold Utility:
Sparkle Tokens can be exchanged at any time for SparkleGOLD, which is a stable cryptocurrency pegged to the US Dollar. Automotive Services will be able to use SparkleGOLD to avoid market volatility that other cryptocurrencies are susceptible to. (BTC, ETH, Sparkle Token, etc.) The conversion rate of Sparkle Token/SparkleGOLD will fluctuate with the market, but the market price of SparkleGOLD will stay pegged to $1 USD, using methods similar to other stable coins in the crypto market. (USDT/USDC/PAX, etc.) SparkleGOLD is backed by a monitored Canadian treasury held with TD Canada Trust which ensures the exact 1:1 ratio is honored when redeemed for in-app purchases or withdrawals. Utilizing Sparkle?s Hybrid Cloud, SparkleGOLD on a private network can mirror the transaction speed of Visa. (24,000 transactions per second)

Sparkle Selfdrop
Sparkle's self-drop contract can be paused and resumed, but also load/reload for later dates. In order to "claim tokens" you must first add our token contract address. Opposed to a set the max number of self-drop winners our contract was modified to give out the default self-drop reward to any added address to the list. When the tokens run out then the contract will not honor any self-drop rewards, but can still be run and tokens added to continue using the contract for other giveaways. Added functions to allow adding the address(es) with a different token reward than the standard 30 for those cases where some addresses we may want them to have more of an airdrop than the default amount of 30 SPRKL. Note Only addresses added to have the ability to claim tokens, in order to get your address added join our community and wait for the next contest or campaign.


Selfdrop Claim Tokens
Code:
 function claimTokens() 
Check if address Is Added To Selfdrop List
Code:
 function isAddressInAirdropList(address _addressToLookUp)

Sparkle Selfdrop ABI
Code:
[{"constant":false,"inputs":[],"name":"resume","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"getTotalTokensRemaining","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"ownerField","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"claimTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_addressToLookUp","type":"address"}],"name":"isAddressInAirdropList","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalTokensClaimed","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"paused","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_addressesToRemove","type":"address[]"}],"name":"bulkRemoveAddressesFromAirDrop","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"startTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_addressesToAdd","type":"address[]"},{"name":"_tokenAward","type":"uint256"}],"name":"bulkAddAddressesToAirDropWithAward","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"pause","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_addressesToAdd","type":"address[]"}],"name":"bulkAddAddressesToAirDrop","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"tokenAddress","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_addressToChange","type":"address"},{"name":"_newWasClaimedValue","type":"bool"}],"name":"setAirdropAddressWasClaimed","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]



Sparkle Token Emissions: Proof of Liquidity
Liquidity is arbitrarily defined by the measure of the extent to which a person or organization accepts the cash to meet immediate and short-term obligations or assets that can be directly converted. In order for banks to meet funding needs for their operations and banks must be able to repay their own debts. They must obtain enough cash on hand to meet withdrawal requests and fund new loans for customers. Commercial banks satisfy interest on deposits, for some bank accounts, this may be exceptionally unsatisfactory, but for some saving accounts, the interest rate can be significant.

In a period of inflation, the rate of interests on deposits is fundamentally important for maintaining the tangible value of your savings. For example, if inflation is 4% then keeping cash can reflect the value of savings decrease. However, if the financial institution is offering an interest rate of 6%, then the tangible value of your savings will increase. For some customers, interest payments on their bank savings can constitute a significant source of income. This account enables easy and quick access to assets, customers can withdraw at a moment?s notice. Some banks tend to yield terribly low-interest rates as they struggle to keep liquidity available to satisfy the demand of customer withdrawals.

Although Proof of Stake has identified many benefits increasing scalability, its equally come a with an exasperating amount of work just to set up a node and maintain its reward schedule. PoS requires users to regularly coin control multiple times a week, and sometimes daily. We can assume the coin age is also reset by this process affecting users annual return rate. The annual return rate is virtually impossible to achieve simply due to its nature. Since Sparkle is built on Ethereum we don't require users to contribute work in order to process transactions but instead, Proof of Liquidity rewards users based on the amount of SPRKL held every 24hrs. Our integrated solution provides exceptional benefits allowing users to control their reward cycle with ease. Users are not required to have their devices on 24/7 but rather check in at the appropriate time based on the schedule defined by the user. Contributors interests rates can be determined by the number of tokens held by a user at any point in time.


Advantages with PoL over PoS

Daily Rewards
Zero Network Weight Required to Participate! That's right, goodbye VPS hello monthly savings!
Coin Resets Every 24hrs
No Bootstrapping Required
No Coin Control Required
Scaled Rewards System
Timed Payouts
Eco-Friendly


SPRKL Annaul Reward System
Percentage % Token AmountToken Symbol  
1%<10,000SPRKL
5%>10,000SPRKL
20%>25,000SPRKL
50%>100,000SPRKL
80%>250,000SPRKL

Token Information


Sparkle Token Contract address: 0x4b7aD3a56810032782Afce12d7d27122bDb96efF


Sparkle Token ABI

Code:
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"_tokenMaxSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"from","type":"address"},{"name":"to","type":"address"},{"name":"value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"_tokenDecimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"renounceOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isOwner","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_tokenName","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"to","type":"address"},{"name":"value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"owner","type":"address"},{"name":"spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_tokenSymbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"}]



Bonused Presale

Start Date & Time in UTC     End Date & Time in UTC     Min (Soft) Cap In ETH     Max (Hard) Cap In ETH     Min ETH To Invest
2019-01-10T12:00:00Z     2019-01-20T12:00:00Z     No Soft Cap Set     69935 ETH     1 ETH


Bonus Structure

AMOUNT      ETH            Bonus          SPRKL RATE + BONUS
0.5+ETH0% 200 SPRKL
1+ETH0% 400 SPRKL
5+ETH10%2200 SPRKL
11+ETH15%5060 SPRKL
21+ETH20%10080 SPRKL






Bonused Mainsale


Start Date & Time in UTC     End Date & Time in UTC     Min (Soft) Cap In ETH     Max (Hard) Cap In ETH     Min ETH To Invest
2019-01-20T12:00:00Z     2019-02-10T12:00:00Z     No Soft Cap Set     69935 ETH     0.5 ETH


Bonus Structure


AMOUNT      ETH            Bonus          SPRKL RATE + BONUS
0.5+ETH0% 200 SPRKL
1+ETH0% 400 SPRKL
5+ETH5%2100 SPRKL
11+ETH7%4708 SPRKL
21+ETH10%9240 SPRKL





Regular Mainsale

Start Date & Time in UTC     End Date & Time in UTC     Min (Soft) Cap In ETH     Max (Hard) Cap In ETH     Min ETH To Invest
2019-02-11T12:00:00Z     2019-02-28T12:00:00Z     No Soft Cap Set     69935 ETH     0.5 ETH



Main Sale Rates

AMOUNT      ETH            Bonus          SPRKL RATE + BONUS
0.5+ETH0% 200 SPRKL
1+ETH0% 400 SPRKL
5+ETH0%2000 SPRKL
11+ETH0%4400 SPRKL
21+ETH0%8400 SPRKL











Welcome to the Sparkle Community!
Contact Support: admin@sparklemobile.io



Website                      Whitepaper                Sparkle Selfdrop             Twitter                        Reddit                        Facebook                    Discord

                  ◾ twitterfacebooktelegram         Connect users with  
SPARKLE   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    quality automotive     
                 ❱❱❱ JOIN ❰❰❰      [  WHITPAPER  ]         detailing services  
SparkleToken (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 54
Merit: 7

Sparklemobile.io


View Profile WWW
January 12, 2019, 12:34:17 PM
Last edit: January 13, 2019, 04:33:49 AM by SparkleToken
 #2

Welcome to the community everyone! Don't forget to join our telegram

                  ◾ twitterfacebooktelegram         Connect users with  
SPARKLE   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    quality automotive     
                 ❱❱❱ JOIN ❰❰❰      [  WHITPAPER  ]         detailing services  
Dr.Sponge
Member
**
Offline Offline

Activity: 616
Merit: 10


View Profile
January 12, 2019, 01:25:41 PM
 #3

Well, it seems like you got less people to join your signature campaign, that was probably you are not posting it on the bounties section.
SparkleToken (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 54
Merit: 7

Sparklemobile.io


View Profile WWW
January 12, 2019, 02:42:15 PM
 #4

Thanks, Sponge will move our signature campaign over to the bounties section and keep this as our main thread.

                  ◾ twitterfacebooktelegram         Connect users with  
SPARKLE   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    quality automotive     
                 ❱❱❱ JOIN ❰❰❰      [  WHITPAPER  ]         detailing services  
dzkrb
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


🔰FERRUM NETWORK🔰


View Profile
January 12, 2019, 05:14:12 PM
 #5

Not a bad project. But, it is not entirely clear why you do not follow the progress. ERC 20 is an outdated protocol. Now, many developers are using ERC 223 or ERC 721. They are modern, fast, and secure.


                            █████
                        █████████████
                     █████████████
                 ██████████████        █████
              █████████████        ████████████
          ██████████████        █████████████
       █████████████        █████████████       ██████
       ██████████        ████████████           ██████
       ███████       █████████████       ███    ██████
       ███████    █████████████       ██████    ██████
       ████████████████████       ██████████    ██████
       █████████████████       █████████████    ██████
       █████████████       █████████████        ██████
       ██████████       █████████████           ██████
       ███████      ██████████████       ███    ██████
       ██████    █████████████       ███████    ██████
       ██████    ██████████       ██████████    ██████
       ██████    ██████        █████████████    ██████
       ██████    ███       █████████████        ██████
       ██████           █████████████       ██████████
       ██████       █████████████        █████████████
                 █████████████       █████████████
              ████████████        █████████████
                  ████         ████████████
                           █████████████
                         ███████████
                            █████
Ferrum Network • Interoperability Network for Financial Applications
Expert24
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 23, 2019, 04:28:29 AM
 #6

Hello team! Cryptolaboratory makes ICO rating list and You are listed.
Your score is 75 out of 100.
You have a greate potential.
All of that you may look here.
Just look us, support us and follow us on social networks.
Looking forward to hearing feedback from you soon.
Thank you!
dzkrb1966
Full Member
***
Offline Offline

Activity: 602
Merit: 110



View Profile
January 24, 2019, 03:01:37 PM
 #7

And in which countries will your services work? What is the potential, how many service contracts already concluded? Is it like a taxi or car sharing?
SparkleToken (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 54
Merit: 7

Sparklemobile.io


View Profile WWW
February 03, 2019, 07:28:52 AM
 #8

Currently, we're focused on developing our services in both the US and Canada. We have 15 businesses signed up and will continue adding more businesses as our mobile app continues being developed. In the United States alone, there are 16,000 car wash establishments, whose yearly revenues add up to a shocking $9 billion. This creates a major opportunity for Sparkle to deliver services with the help of mobile devices, both directly and indirectly. We simply provide an application which connects the dots creating a gateway for both crypto and fiat peer to peer transactions.





And in which countries will your services work? What is the potential, how many service contracts already concluded? Is it like a taxi or car sharing?

                  ◾ twitterfacebooktelegram         Connect users with  
SPARKLE   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    quality automotive     
                 ❱❱❱ JOIN ❰❰❰      [  WHITPAPER  ]         detailing services  
SparkleToken (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 54
Merit: 7

Sparklemobile.io


View Profile WWW
February 03, 2019, 07:39:08 AM
 #9

Our bonused mainsale is now live on @TrustWalletApp! Join @Sparkletoken today and get a bonus on all  #SPRKL purchases made until 1/31/2019 ✨

$SPRKL will be listed on CoinExchange after our token sale is complete, trading will go live March 1st!

BUY $SPRKL USING TRUST WALLET


                  ◾ twitterfacebooktelegram         Connect users with  
SPARKLE   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    quality automotive     
                 ❱❱❱ JOIN ❰❰❰      [  WHITPAPER  ]         detailing services  
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!