2
Is it possible in bitcoin to start a smart contract preloaded with some amount of money. And if some other user is ready to pay to the smart contract a certain amount of money, the smart contract should release the preloaded amount of money in the smart contract to the user who paid to it ?
This appears to be almost exactly the same question you've already asked earlier. Is there a particular reason why you didn't update that question, and are asking again?
– Murch – 2016-06-15T07:58:12.897kind of the same, but I wanted to explore the possibility of having a
smart contractwithin the current implementation ofbitcoin– jgm – 2016-06-15T08:47:50.1801I think your confusion is with how smart contracts work in the Bitcoin network. In Bitcoin, smart contracts require involvement from the participants of the contract, and is not simply executed on the blockchain autonomously. Think of 2 lawyers drafting a legal contract. They only need to go to court when there is a problem, otherwise all commuication is between them. The blockchain is the court in this metaphor. It doesn't perform the actions of the contract, it only enforces the rules. The participants still need to be active. – Jestin – 2016-06-15T13:50:29.927