Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BOS] 🔹🔹 BOScoin 🔹🔹 Self-Evolving Cryptocurrency Platform🔹🔹
by
arthurb
on 12/04/2017, 03:41:46 UTC

Q1. How are proposal contracts audited?
=> Proposals are based on the ontological language OWL.

This seems fairly restrictive if you're trying to describe an entire protocol. How would you make a proposal to replace your transactions with zero-knowledge proof based transactions for instance?

Quote
By using an inference engine, we are able to validate the logic of the contracts. This would mean we can pre-audit contracts for logical errors before they are uploaded  on to the blockchain. We also applied timed-automata limitation property for our domain specific language.

You're talking about smart contracts here, not a protocol.

Quote
Q2. How are decisions enforced? Tezos upgrades are automatic.
=> BOScoin’s upgrades are also automatic. When a proposal(Trust Contract) passes the voting process, this is assumed to be a social consensus and the changes are applied automatically to the network. This is possible because we structured the platform on OWL ontologies.

OWL is great and all, but it seems to me that you can only implement some fairly simple parametrization of a fixed algorithm.

Quote
Q3. How do we enforce meta-rules(constitutionalism)?
=> I don’t know if this is what you mean exactly by constitutionalism, but there are certain ontologies that are more fundamental than other higher level ontologies in the BOS platform. Also these fundamental ontologies have been used and tested in many domains for more than ten years.


I mean can your protocol introspect into protocol change proposals and accept or reject them automatically?