create account

VSC Proposal - Interim - Bring Smart Contracts to Hive by vsc.network

View this thread on: hive.blogpeakd.comecency.com
· @vsc.network · (edited)
$114.70
VSC Proposal - Interim - Bring Smart Contracts to Hive
# VSC Proposal - Interim - Bring Smart Contracts to Hive


![image.png](https://files.peakd.com/file/peakd-hive/vsc.network/Ep1bjDE9cPP2mtyNn5Tq54TXssywzPSe1mfbAoW92dwdv4SeWavRodWZ2rxDEDyjAKJ.png)


Greetings HIVE community! We are excited to announce our first DHF funding proposal for the VSC project. This is the first part of a two part proposal, the first proposal will give us an initial burst of funding to build out a basic VSC testnet over the next 4-5 months. Around that same time of the release of the testnet we will put out our second main VSC proposal, which will allow us to continue development for the next year. We'd appreciate the support from the community and we invite you to thoroughly read through this proposal and associated proposal draft (essentially our whitepaper)

For those who don't know, the VSC network is a next generation smart contract system that will power the next generation of HIVE DAPPs. For a very long period of time, HIVE has completely lacked the ability to create, maintain and operate truly open smart contracts either on the base layer or an equivalent L1. VSC aims to completely change that, by providing a universal, composable, and modular layer for DAPPs to customize, create and reuse smart contracts. With the advent of VSC, we could bring HIVE into a flourishing ecosystem of longterm builders and growth.

Additionally and most importantly, VSC isn't just a theoretical project. We've been operating a very basic testnet to demonstrate and experiment with different designs. We already have 10+ community ran witnesses. So far, we've learned a great amount of information about how VSC will look and the challenges ahead of it. We are up for the challenge of this massive endeavor.

### The goal

We aim to provide the community with a powerful but flexible system to handle L2 smart contracts. VSC smart contracts will be match and past attempts at bringing smart contracts to HIVE. The time is now to be excited about the future of HIVE.

Aside from addressing already existing concerns, our aim is to also address future concerns of scalable and multi-chain/cross-chain support. Our longterm goals of being scalable require us to use scalable datastructures like CRDTs, DAG, etc and utilize a unique consensus structure to handle the load. Ultimately, this utilizes HIVE as the base layer for communication, providing VSC with lightning fast confirmation times and censorship resistance. We are actively looking into solutions that will help further make both VSC and HIVE more efficient for this type of project.


## What you need to know:
**VSC Brings:**

- Powerful smart contracts
- Ethereum User onboarding
- Wrapping of BTC to HIVE
- Smart addresses - for payment processors and custom payment logic
- Smart Contract Controlled HIVE accounts
- Offchain accounts (DID standard)
- Long term scalability
- Opportunities for DeFi on HIVE
- Aid the development of the SPK network, Games, NFTs and many other projects on Hive.
- Bring HIVE up to speed with the latest technology
- …And more

We will be releasing several blogs over the following months to further clarify each of these points and why they are ultimately important.

For more information about the core of what VSC is, see our website and draft proposal below.

https://peakd.com/vsc/@vsc.network/our-first-dhf-proposal-initial-draft

### Why VSC:

https://3speak.tv/watch?v=hivefest/nssnytso

https://twitter.com/taskmaster4450/status/1715008177048076697


![image.png](https://files.peakd.com/file/peakd-hive/vsc.network/23twA7QkmvcGdsQANegdEYUtx66ADXsfhon7DYqd2R6rBDWMxrLXj1LB8inm6Cwx4qvjp.png)

…along with many others showing their support.

## Scope

- Support for offchain accounts (DIDs)
- Minimum scaling capabilities - with room to improve
- MVP smart contract APIs and capabilities
- MVP bitcoin wrapping interface
- No fees
- Demo of VSC multisig & “contract output actions”
- Build out of P2P protocol for mempool & multisig operations
- Minimum security

### Core Components

- Development of standards for VSC data formats and underlying structures
- Develop and maintain a full fledged smart contract layer.
- Open and customizable smart contracts
- Graphql Interface
    - Supporting smart contract state
    - Transaction info
    - Node Info
    - Indexed searches
    - Custom models
    - Etc
- Anchor Chain

### Witness system

- Also known as validators
- Voted in DPoS style
- Only a single main validator set
- Responsible for the multisig
- Acts as the final arbiter of the network
- Produces blocks, TX validation, helps keep track of global state (anchor chain)
- Very lightweight node operation

### Smart contracts

- Javascript/Webassembly based smart contracts
- Provide DAPPs with a versatile and flexible smart contract
- Ability for smart contracts to own on chain funds
- Simple key/value store for storing basic contract state - mimic LevelDB
- TX input options
    - HIVE account
    - Included block
    - Signed by authority

### Executor pools

Executors pools are responsible for the sharding & maintainership of smart contracts on VSC. Each pool is a separate set of nodes from other executor pools & the main witness system. This does not mean a node will be excluded from operating in multiple pools, rather the goal is to enforce horizontal sharding as the number of nodes on the network increases with usage.

- One of many pools for scaling
- Higher node requirements per node
- Maintains the state of smart contracts
- [Research] Joining smart contracts
- [Research] Shuffling pools
- [Research] Fraud requests / Fraud Proofs

### Standardized smart contracts

- Development of common use case smart contracts
- Ownership/ledger contract
- Token contract
- NFT contract
- DEX contract for both NFTs and tokens
- Bitcoin chain relay
- (More will be added in the future)

### Decentralized Bitcoin wrapping

Aside from VSC bringing smart contracts to HIVE, VSC also plays an important role in making wrapped Bitcoin a reality on HIVE. Due to the nature of VSC smart contract scalability, VSC contracts are a perfect fit for the data intensive task of handling cross chain wrapping. To do this, we've created a technology called the "chain relay." The easiest way to explain is it's essentially a compressed copy of the Bitcoin blockchain into a relatively light weight smart contract. This contract gives us the ability to prove or disprove wrapping operations on the Bitcoin mainnet. Handing out wrapped Bitcoin or slashed collateral where needed. 
 
The chain relay can also do more than just wrapped. It enables dapps to create arbitrary functionality reliant on *something* happening on the Bitcoin mainnet. For example a VSC smart contract using the chain relay, can help coordinate a swap of a Bitcoin Ordinal between a seller and buyer.

We will ultimately need to build:
- Collateralization of wrapping providers - redeem or slash
- Bitcoin price oracle.
- Indexing of wrapping providers
- Health checks and balancing collateral distribution.
- Bitcoin chain relay (currently being built/in testing)

### User facing Applications

![image.png](https://files.peakd.com/file/peakd-hive/vsc.network/23u6YQciGteLnQPxiobdcFx8QpHVvghGARthUdD4zLQaHiKikM4NTajyknbN1WQo4TdvK.png)


As a few of you already know, we are in the process of building a specialized frontend for handling the wrapping/unwrapping of Bitcoin. The frontend would not only handle wrapping, but also trading between HIVE/HBD, not unlike tribaldex/simpleswap. However, we have a lot more planned for what this will ultimately turn into, so stayed tune for a release date and our future plans. You will not be disappointed.

- “VSC Tokens” Portal
    - Ability to wrap BTC into HIVE from web app
    - Trade wBTC against HBD/HIVE/Other supported tokens
    - Simple interface for handling wrapping, trading and other standard DeFi features
    - Send / receive wBTC
    - ..longer term plans will be released at a later date. 

*Name Subject to change*

### Research

*To assist with the future development of the VSC project. We have established multiple research projects that we will pursue to guide the subsequent phases of VSC development. These may or may not be worked during the timeframe of this proposal, but our goal is to work on them. Additional development of these goals will mainly be placed on future proposals.* 

- Fully trustless L1 < — > L2 bridging
- Fully trustless L2 < - > L2 bridging
- Research and partial implementation of “sharded proof of stake” consensus (SPOS)
- Research and partial implementation of improved cryptographic formats for higher efficiency consensus and lower storage impacts of consensus.
- Research Smart contract inheritance - Allows smart contracts to inherit properties from standardized smart contracts. Example usecase: token contract with a custom burn function.
- Fraud proofs & security measures to accommodate for smart contract state sharding
- VSC specific functions & Various data types

### Budget

We are asking for $55,491 over the next 4 months. This will serve as a transformational phase between now and the testnet we will release in around 4-5 months, along with setting the vision for what VSC will ultimately look like. While this might seem like a relatively small amount, we will need your continuous support on this proposal and future proposals to ultimately build out this project. 

Thank you for letting us be part of the HIVE community.

### Timeline

- Initial DHF funding Proposal
- Proof of concept Bitcoin Wrapping Demo
- Testnet Release 3-4 months from now
- “Production” release of Bitcoin Wrapping
- Mainnet around end of 2024

![image.png](https://files.peakd.com/file/peakd-hive/vsc.network/EoH3FdBNj8372i4dwQGRJmh7GfKdS8E7hhFvtf7Sdu8tYSCXosC6DwKsaEt2AeqV1U9.png)

*Subject to change due to unforeseen challenges or new scope*

# **Team**

- [@vaultec](https://peakd.com/@vaultec) - Founder
    - The founder of VSC and proven web3 developer. Originally joining Hive in 2018, he has a long history of working with web3 technologies and platforms. Currently building SPK, 3Speak and VSC
- [@platinium](https://peakd.com/@platinium) - Core Contributor
    - Fullstack developer with a strong interest in web3 and blockchain technology. He has been working in his free time on core VSC features such as the accounting system.
- [@piyushjha](https://peakd.com/@piyushjha) - Frontend Developer
    - Frontend developer intern recently started with the VSC project. He is currently building the bitcoin swap UI.
- [@manuphotos](https://peakd.com/@manuphotos) - Community Manager / Social Media team
    - Founder of HiveCuba | Photographer | Community Manager of Hive Keychain | Developer
- We will expand the team where needed.

### Socials

Website: https://vsc.eco

Twitter: [@vsc_eco](https://twitter.com/vsc_eco)

Hive: https://peakd.com/@vsc.network

Github: https://github.com/vsc-eco

Repo: https://github.com/vsc-eco/vsc-node

---



![VSC_1.gif](https://files.peakd.com/file/peakd-hive/vsc.network/23sxpXQpkhtZ5wzYA6jBnfztswswMJHYkJR3VyamGeNMGzN1Mc626GJQWh258ebarHEPz.gif)



[Vote on Peakd](https://peakd.com/proposals/279)
[Vote on Ecency](https://ecency.com/proposals/279)
[Vote on Hivesigner](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22279%22%5D&approve=true)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 319 others
properties (23)
authorvsc.network
permlinkvsc-proposal-interim-bring-smart-contracts-to-hive
categoryvsc
json_metadata"{"app":"peakd/2023.10.1","format":"markdown","description":"VSC Initial DHF Proposal - Bring Smart Contracts to Hive","tags":["vsc","dhf","smartcontracts"],"users":["vsc.network","vaultec","platinium","piyushjha","manuphotos","vsc"],"image":["https://files.peakd.com/file/peakd-hive/vsc.network/Ep1bjDE9cPP2mtyNn5Tq54TXssywzPSe1mfbAoW92dwdv4SeWavRodWZ2rxDEDyjAKJ.png","https://files.peakd.com/file/peakd-hive/vsc.network/23twA7QkmvcGdsQANegdEYUtx66ADXsfhon7DYqd2R6rBDWMxrLXj1LB8inm6Cwx4qvjp.png","https://files.peakd.com/file/peakd-hive/vsc.network/23u6YQciGteLnQPxiobdcFx8QpHVvghGARthUdD4zLQaHiKikM4NTajyknbN1WQo4TdvK.png","https://files.peakd.com/file/peakd-hive/vsc.network/EoH3FdBNj8372i4dwQGRJmh7GfKdS8E7hhFvtf7Sdu8tYSCXosC6DwKsaEt2AeqV1U9.png","https://files.peakd.com/file/peakd-hive/vsc.network/23sxpXQpkhtZ5wzYA6jBnfztswswMJHYkJR3VyamGeNMGzN1Mc626GJQWh258ebarHEPz.gif"]}"
created2023-10-23 02:57:39
last_update2023-10-23 03:05:45
depth0
children35
last_payout2023-10-30 02:57:39
cashout_time1969-12-31 23:59:59
total_payout_value57.382 HBD
curator_payout_value57.321 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,327
author_reputation193,357,134,318,731
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,223,336
net_rshares252,228,372,953,839
author_curate_reward""
vote details (383)
@arc7icwolf ·
Supported!
properties (22)
authorarc7icwolf
permlinkre-vscnetwork-20231025t1957033z
categoryvsc
json_metadata{"tags":["vsc","dhf","smartcontracts"],"app":"ecency/3.0.36-vision","format":"markdown+html"}
created2023-10-25 17:57:00
last_update2023-10-25 17:57:00
depth1
children0
last_payout2023-11-01 17:57:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation496,498,470,527,922
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,297,655
net_rshares0
@bitcoinflood ·
I thought core devs were working on a smart contract for Hive or am I wrong on that? If that's the case why double up the efforts? (serious question not being smart  or sarcastic) 
properties (22)
authorbitcoinflood
permlinkre-vscnetwork-20231023t164653z
categoryvsc
json_metadata{"tags":["vsc","dhf","smartcontracts"],"app":"ecency/3.0.36-vision","format":"markdown+html"}
created2023-10-23 05:06:45
last_update2023-10-23 05:06:45
depth1
children2
last_payout2023-10-30 05:06:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation1,645,024,977,979,240
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,224,951
net_rshares0
@vaultec ·
$0.02
The contracts you speak of would be L2 and not directly on Hive. There would be no on chain footprint and is just a special version of HAF. There is also no release date or concrete plans at the moment and afaik is mainly experimentation. Aside from that, VSC is MUCH more than simply bringing smart contracts to Hive, there are huge implications of scalability, onboarding, cross chain, etc.
👍  
properties (23)
authorvaultec
permlinkre-bitcoinflood-s2yup9
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-23 05:17:36
last_update2023-10-23 05:17:36
depth2
children1
last_payout2023-10-30 05:17:36
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length392
author_reputation46,912,596,907,908
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,225,056
net_rshares56,996,596,186
author_curate_reward""
vote details (1)
@bitcoinflood ·
$0.02
Thank you for the feedback and explanation you have my vote. Let's make hive great in 2024!
👍  
properties (23)
authorbitcoinflood
permlinkre-vaultec-20231023t12046456z
categoryvsc
json_metadata{"tags":["vsc"],"app":"ecency/3.0.36-vision","format":"markdown+html"}
created2023-10-23 05:20:45
last_update2023-10-23 05:20:45
depth3
children0
last_payout2023-10-30 05:20:45
cashout_time1969-12-31 23:59:59
total_payout_value0.010 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation1,645,024,977,979,240
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,225,081
net_rshares51,307,623,761
author_curate_reward""
vote details (1)
@chorock ·
Supported!!
properties (22)
authorchorock
permlinkre-vscnetwork-s38l2t
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-28 11:25:42
last_update2023-10-28 11:25:42
depth1
children0
last_payout2023-11-04 11:25:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation761,940,646,426,466
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,372,735
net_rshares0
@cryptoshots.nft ·
VOTED
properties (22)
authorcryptoshots.nft
permlinkre-vscnetwork-s34hw6
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-26 06:26:30
last_update2023-10-26 06:26:30
depth1
children0
last_payout2023-11-02 06:26:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation28,323,194,119,608
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,313,938
net_rshares0
@darkflame ·
And what Exactly will you be spending the quarter million dollars on?

665x375= 249,375
properties (22)
authordarkflame
permlinkre-vscnetwork-sbzmdr
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2024.4.1"}
created2024-04-15 14:17:51
last_update2024-04-15 14:17:51
depth1
children0
last_payout2024-04-22 14:17:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation90,135,521,641,283
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,875,435
net_rshares0
@deanliu ·
Supported. Cannot be more excited about this development on Hive! 😍😍😍
properties (22)
authordeanliu
permlinkre-vscnetwork-s2yrc0
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-23 04:03:09
last_update2023-10-23 04:03:09
depth1
children0
last_payout2023-10-30 04:03:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation3,088,559,687,127,212
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,224,325
net_rshares0
@dhedge ·
Dhedge Call
<center>![1](https://images.hive.blog/u/dhedge/avatar?width=80&height=80)</center><br><br>This post has been selected for upvote from our token accounts by @seckorama! Based on your tags you received upvotes from the following account(s):<br> <br>- @dhedge.bonus<br><br>@seckorama has 10 vote calls left today.<br><br>Hold 10 or more DHEDGE to unlock daily dividends and gain access to upvote rounds on your posts from @dhedge. Hold 100 or more DHEDGE to unlock thread votes. Calling in our curation accounts currently has a minimum holding requirement of 100 DHEDGE. The more DHEDGE you hold, the higher upvote you can call in. [Buy DHEDGE on Tribaldex](https://tribaldex.com/trade/DHEDGE) or earn some daily by joining one of our many delegation pools at [app.dhedge.cc](https://app.dhedge.cc).
properties (22)
authordhedge
permlinkre-vsc-proposal-interim-bring-smart-contracts-to-hive-20231023t113614z
categoryvsc
json_metadata"{"app": "beem/0.24.26"}"
created2023-10-23 11:36:15
last_update2023-10-23 11:36:15
depth1
children0
last_payout2023-10-30 11:36:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length796
author_reputation5,003,962,900,629
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,230,574
net_rshares0
@dwayne16 ·
You have my vote 
properties (22)
authordwayne16
permlinkre-vscnetwork-s2zlua
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-23 15:03:45
last_update2023-10-23 15:03:45
depth1
children0
last_payout2023-10-30 15:03:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation687,722,030,427,098
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,235,079
net_rshares0
@engrave ·
I voted for the proposal but I would like to hear some details on what are you going to deliver if you get the funding.
properties (22)
authorengrave
permlinkre-vscnetwork-s30wmb
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-24 07:54:12
last_update2023-10-24 07:54:12
depth1
children1
last_payout2023-10-31 07:54:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation318,719,797,600,724
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,256,418
net_rshares0
@vsc.network ·
$0.23
Everything under the "scope" and "research" section we will generally try to accomplish. Of course, these are large goals to accomplish and may shift around.
At the very least we will release:
- A testnet demonstrating Smart Contracts on Hive while being close to production stability/security and utilizing the underlying technology we sought to build.
- Wrapped Bitcoin on VSC/HIVE

If you have any specific questions, we'd be happy to clarify further.
👍  
properties (23)
authorvsc.network
permlinkre-engrave-s30zrp
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-24 09:02:21
last_update2023-10-24 09:02:21
depth2
children0
last_payout2023-10-31 09:02:21
cashout_time1969-12-31 23:59:59
total_payout_value0.116 HBD
curator_payout_value0.116 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length454
author_reputation193,357,134,318,731
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,257,435
net_rshares507,412,372,900
author_curate_reward""
vote details (1)
@forykw ·
Very eager to see the outcome of this. This could expand the network towards a hole new future. And this is all thanks to all the community building HIVE layer one, now able to cope with further developing like this. Plus probably many more compatible iterations of it.

Super excited to see this... totally why the fund exists!

# Supported
👍  
properties (23)
authorforykw
permlinkre-vscnetwork-s37jp8
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-27 21:58:21
last_update2023-10-27 21:58:21
depth1
children0
last_payout2023-11-03 21:58:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length341
author_reputation92,176,537,573,467
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,360,060
net_rshares11,898,686,067
author_curate_reward""
vote details (1)
@hive-124452 ·
Vote for your proposal!!!
properties (22)
authorhive-124452
permlinkre-vscnetwork-s382q7
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-28 04:49:21
last_update2023-10-28 04:49:21
depth1
children0
last_payout2023-11-04 04:49:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation82,186,159,191,931
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,366,579
net_rshares0
@hivebuzz ·
Congratulations @vsc.network! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@vsc.network/upvoted.png?202310231257"></td><td>You received more than 2000 upvotes.<br>Your next target is to reach 2250 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@vsc.network) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>

properties (22)
authorhivebuzz
permlinknotify-vscnetwork-20231023t130143
categoryvsc
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2023-10-23 13:01:42
last_update2023-10-23 13:01:42
depth1
children0
last_payout2023-10-30 13:01:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length636
author_reputation369,213,624,040,822
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,232,328
net_rshares0
@hivebuzz ·
Congratulations @vsc.network! Your post has been a top performer on the Hive blockchain and you have been rewarded with this rare badge

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@vsc.network) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>

properties (22)
authorhivebuzz
permlinknotify-vscnetwork-20231024t010140
categoryvsc
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2023-10-24 01:01:39
last_update2023-10-24 01:01:39
depth1
children0
last_payout2023-10-31 01:01:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length577
author_reputation369,213,624,040,822
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,249,685
net_rshares0
@josephsavage ·
Withdrawing my support. Receiving spam notices to support your proposal is bad enough. Receiving spam notices to support your proposal on accounts that have already voted for it by proxy tells me that your team either doesn't have the Hive blockchain knowledge or lacks the technical sophistication required to do something like this safely.
👍  
properties (23)
authorjosephsavage
permlinkre-vscnetwork-s3gfxh
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-11-01 17:15:18
last_update2023-11-01 17:15:18
depth1
children3
last_payout2023-11-08 17:15:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length341
author_reputation40,260,007,396,591
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,489,326
net_rshares21,212,921,233
author_curate_reward""
vote details (1)
@gerber · (edited)
simplest logic
3-speak starting second layer 2 network. 3 proposals for spk network, 2 L2 networks to run it.
I wonder what happened to peerplays, @theycallmedan don't you think people play you sometimes?
I guess if this network will succeed spk is going to drop dlux and use this one
then other proposal for dlux is pure waste of money for HIVE?
Didn't look up the code, it could be much worse if it's just fork of their previous work(I guess dlux in this case?)
It's weird enough already looking by people building together on one network to start another network eventually...

That's from someone who is really interested in any L2 on hive, bridges, contracts and all that. I think you ignore some things on very basic level that's why overall it ends with fails streak, but I know nothing about L2 networks on HIVE.
properties (22)
authorgerber
permlinkre-josephsavage-s464yp
categoryvsc
json_metadata{"tags":"vsc"}
created2023-11-15 14:16:09
last_update2023-11-15 14:17:33
depth2
children1
last_payout2023-11-22 14:16:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length820
author_reputation19,862,648,486,055
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,883,320
net_rshares0
@vaultec · (edited)
Please keep in mind VSC is a completely separate project from SPK/DLux. VSC is being built completely from the ground up and no such forking has occurred. We are building VSC to be a powerful smart contract core for all HIVE DAPPs not just SPK, or any of the like. In comparison, Dlux is primarily a project specific L2 network, whereas VSC is meant to be a hive engine replacement and successor. The intent here is to build technology anyone can use for NFTs, tokens, airdrops, backends, wrapping, etc, and make that as open and freely available as possible plus provide sophisticated tools to tackle onboarding and scalability.

Everything is public on our github repo: https://github.com/vsc-eco/vsc-node

Feel free to ask me any further questions, I'd be happy to answer. 
properties (22)
authorvaultec
permlinkre-gerber-s4cuhx
categoryvsc
json_metadata{"tags":"vsc"}
created2023-11-19 05:13:33
last_update2023-11-19 05:13:57
depth3
children0
last_payout2023-11-26 05:13:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length776
author_reputation46,912,596,907,908
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,984,993
net_rshares0
@josephsavage ·
What's worse than not having smart contracts?

....

Having smart contracts that ARE NOT SAFE because the developers don't have sufficient knowledge or sophistication.

I don't know whether anybody will keep looking at this proposal, but I'm upvoting the preceding comment for (minimal) visibility.
properties (22)
authorjosephsavage
permlinkre-josephsavage-s3ggdz
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-11-01 17:25:12
last_update2023-11-01 17:25:12
depth2
children0
last_payout2023-11-08 17:25:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length298
author_reputation40,260,007,396,591
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,489,547
net_rshares0
@kawsar8035 ·
This is a great initiative. Best of luck 
properties (22)
authorkawsar8035
permlinkre-vscnetwork-s2z0mf
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-23 07:25:30
last_update2023-10-23 07:25:30
depth1
children0
last_payout2023-10-30 07:25:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation389,958,387,874,690
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,226,949
net_rshares0
@keys-defender ·
SUPPORTED
properties (22)
authorkeys-defender
permlinkre-vscnetwork-s34hxv
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-26 06:27:30
last_update2023-10-26 06:27:30
depth1
children0
last_payout2023-11-02 06:27:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation91,062,780,709,081
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,313,950
net_rshares0
@libertycrypto27 ·
Supported. Smart contracts are very important!
properties (22)
authorlibertycrypto27
permlinkre-vscnetwork-s33ze7
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-25 23:46:51
last_update2023-10-25 23:46:51
depth1
children0
last_payout2023-11-01 23:46:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation1,958,160,332,675,671
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,307,956
net_rshares0
@marcocasario ·
Supported! 😎
properties (22)
authormarcocasario
permlinkre-vscnetwork-s34hvl
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-26 06:26:09
last_update2023-10-26 06:26:09
depth1
children0
last_payout2023-11-02 06:26:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation17,781,362,564,807
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,313,934
net_rshares0
@mdasein ·
This is great! Keep up the great work guys 👍 !PGM
properties (22)
authormdasein
permlinkre-vscnetwork-20231023t134623204z
categoryvsc
json_metadata{"tags":["vsc","dhf","smartcontracts"],"app":"ecency/3.0.42-mobile","format":"markdown+html"}
created2023-10-23 05:46:24
last_update2023-10-23 05:46:24
depth1
children1
last_payout2023-10-30 05:46:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation14,956,211,770,615
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,225,473
net_rshares0
@pgm-curator ·
<center>Sent 0.1 PGM - 0.1 LVL- 1 STARBITS  - 0.05 DEC - 1 SBT - 0.1 THG - 0.000001 SQM - 0.1 BUDS - 0.01 WOO - 0.005 SCRAP tokens </center>

<center><sub>remaining commands 11</sub></center>


**BUY AND STAKE THE PGM TO SEND A LOT OF TOKENS!**

The tokens that the command sends are: 0.1 PGM-0.1 LVL-0.1 THGAMING-0.05 DEC-15 SBT-1 STARBITS-[0.00000001 BTC (SWAP.BTC) only if you have 2500 PGM in stake or more ]

5000 PGM IN STAKE = 2x rewards! 

![image.png](https://files.peakd.com/file/peakd-hive/zottone444/23t7AyKqAfdxKEJPQrpePMW15BCPhbyrf5VoHWxhBFcEcPLjDUVVQAh9ZAopbmoJDekS6.png)
Discord [![image.png](https://files.peakd.com/file/peakd-hive/hive-135941/23wfr3mtLS9ddSpifBvh7mwLx1rN3eoaSvbwUxTngsNR1GQ8EiZTrC9P9RwZxHCCfK8e5.png)](https://discord.gg/KCvuNTEjWw)


Support the curation account @ pgm-curator with a delegation [10 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiIxMCJ9XQ..) - [50 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiI1MCJ9XQ..) - [100 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhb3RyIiwidmVzdGluZ19zaGFyZXMiOiIxMDAifV0.) - [500 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiI1MDAifV0.) - [1000 HP](https://hivesigner.com/sign/op/WyJ0cmFuc2Zlcl90b192ZXN0aW5nIix7ImZyb20iOiJfX3NpZ25lciIsInRvIjoicGdtLWN1cmF0b3IiLCJhbW91bnQiOiIxMDAwIn1d)

Get **potential** votes from @ pgm-curator by paying in PGM, here is a [guide](https://peakd.com/hive-146620/@zottone444/pay-1-pgm-and-get-4-votes-itaegn)



<sub>I'm a bot, if you want a hand ask @ zottone444</sub>

***
properties (22)
authorpgm-curator
permlinkpgm-curatormdasein1698039997868
categoryvsc
json_metadata{"tags":[],"app":"pgm/0.1","format":"markdown+html"}
created2023-10-23 05:46:39
last_update2023-10-23 05:46:39
depth2
children0
last_payout2023-10-30 05:46:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,917
author_reputation3,409,490,822,394
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,225,480
net_rshares0
@nuthman ·
Fantastic! You have my support, 100%. Let's do it!
properties (22)
authornuthman
permlinkre-vscnetwork-s39xhy
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-29 04:51:33
last_update2023-10-29 04:51:33
depth1
children0
last_payout2023-11-05 04:51:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation344,453,626,754,867
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,392,631
net_rshares0
@poshthreads ·
https://inleo.io/threads/rzc24-nftbbg/re-rzc24-nftbbg-2hjb8opdc
<sub> The rewards earned on this comment will go directly to the people ( rzc24-nftbbg ) sharing the post on LeoThreads,LikeTu,dBuzz.</sub>
properties (22)
authorposhthreads
permlinkre-vscnetwork-vsc-proposal-interim-bring-smart-contracts-to-hive-8575
categoryvsc
json_metadata"{"app":"Poshtoken 0.0.2","payoutToUser":["rzc24-nftbbg"]}"
created2023-10-29 12:47:54
last_update2023-10-29 12:47:54
depth1
children0
last_payout2023-11-05 12:47:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation415,471,585,053,248
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries
0.
accountnomnomnomnom
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id128,399,781
net_rshares0
@rzc24-nftbbg ·
Voted. I like to see Bitcoin wrapping by April next year. 
properties (22)
authorrzc24-nftbbg
permlinkre-vscnetwork-s3aik4
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-29 12:26:30
last_update2023-10-29 12:26:30
depth1
children0
last_payout2023-11-05 12:26:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation129,455,170,285,103
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,399,419
net_rshares0
@seckorama ·
Voted. Looks promising project to me.
!DHEDGE
properties (22)
authorseckorama
permlinkre-vscnetwork-20231023t13366998z
categoryvsc
json_metadata{"tags":["vsc","dhf","smartcontracts"],"app":"ecency/3.0.36-vision","format":"markdown+html"}
created2023-10-23 11:36:06
last_update2023-10-23 11:36:06
depth1
children0
last_payout2023-10-30 11:36:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation671,303,524,317,564
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,230,571
net_rshares0
@tobetada ·
Thank you so much for building this greatly needed feature on Hive! Fully supported :)

@tipu curate
properties (22)
authortobetada
permlinkre-vscnetwork-s2z2hi
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-23 08:05:42
last_update2023-10-23 08:05:42
depth1
children1
last_payout2023-10-30 08:05:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation596,841,127,072,980
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,227,447
net_rshares0
@tipu ·
<a href="https://tipu.online/hive_curator?tobetada" target="_blank">Upvoted  &#128076;</a> (Mana: 55/75) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
properties (22)
authortipu
permlinkre-re-vscnetwork-s2z2hi-20231023t080547z
categoryvsc
json_metadata"{"app": "beem/0.24.26"}"
created2023-10-23 08:05:48
last_update2023-10-23 08:05:48
depth2
children0
last_payout2023-10-30 08:05:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length216
author_reputation55,905,961,568,182
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,227,450
net_rshares0
@vimukthi ·
I have been waiting to support your DHF Proposal. You are doing some incredible work!
properties (22)
authorvimukthi
permlinkre-vsc-network-2kmgmy1gn
categoryvsc
json_metadata{"app":"leothreads/0.3","format":"markdown","tags":["leofinance"],"canonical_url":"https://inleo.io/@vimukthi/re-vsc-network-2kmgmy1gn","isPoll":false,"pollOptions":{},"dimensions":[]}
created2023-10-24 13:53:42
last_update2023-10-24 13:53:42
depth1
children0
last_payout2023-10-31 13:53:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation493,345,171,651,886
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,262,402
net_rshares0
@xiko ·
YET ANOTHER MONEY SIPHON by a so called "dev" that has been getting paid $8000 a month through other proposals.

WHAT A JOKE.

HOW DO YOU CLOWNS PRETENDING TO BE MAKING HIVE IMPROVEMENTS NOT FEEL EMBARRASSED THAT YEARS AFTER USERS YOUR WORK GETS NO RESULTS.

OH THAT'S RIGHT... IT'S NOT ABOUT THAT.. IT'S ABOUT GETTING PAID BITCHES.

YOUR OWN POST IS LAUGHABLE.

"BRING NEXT GENERATION TECH TO HIVE.."

"BRING HIVE UP TO THE STANDARDS OF THE REST OF THE BLOCKCHAIN TECH..."


WHICH ONE IS IS THEN?

ANYWAY THE FOOLS THAT ARE STILL HERE PUTTING IN THEIR FEW DOLLARS AND BELIEVING HIVE HAS A FUTURE LIKELY DON'T EVEN APPLY ANY SCRUTINY.

OK CAPS off.

What happened to that flop movie "FREECHAIN" that lordbttercup sucked money dry for...

Wasn't that meant to WOW THE WORLD and have every man and his dog come running to hive and "join the revolution".

Reality was and still is.. "FREEMONEYchain" was never going to do that... but he sold the lie to the plebs as you are selling this lie now.

Where's RAGNAROK GAME by "theycalledmybluffDan" too?

LOL.

HIVE might live for some years still..

But to ever get interest from people with some decent capital is well and truly a thing of the past.


Carry on robbing the poor.
properties (22)
authorxiko
permlinks311bk
categoryvsc
json_metadata{"app":"hiveblog/0.1"}
created2023-10-24 09:35:45
last_update2023-10-24 09:35:45
depth1
children0
last_payout2023-10-31 09:35:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,223
author_reputation-2,275,684,584,966
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttipu
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,257,859
net_rshares0
@ylich ·
That looks great! Supported!
properties (22)
authorylich
permlinkre-vscnetwork-s3806s
categoryvsc
json_metadata{"tags":["vsc"],"app":"peakd/2023.10.1"}
created2023-10-28 03:53:48
last_update2023-10-28 03:53:48
depth1
children0
last_payout2023-11-04 03:53:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation671,116,294,607,813
root_title"VSC Proposal - Interim - Bring Smart Contracts to Hive"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id128,365,901
net_rshares0