You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neural contract that should be in protocol format and easy to communicate over grpc peering. The contract written by neural interface which is initiate on the user request. In the contract user provide data on which neural contract generate.
User have sufficient balance at-least (max >= 0.0001btc)
User have already have btc private and public key (as multi-signature)
Composition multi-signature key and special key (encodex11) generate contract address.
Once contract generate , user can preview many times.
User can deploy contract under following conditions
1. Contract have no memory leakage
2. Contract had preview one time before deploy
3. Contract must have at-least one party
4. Deployment of Orphan contract charges will be (balance+fees+0.0002/60) pay over the network.
5. Neural Contract deploy on special nodes (These nodes are autoamted and work in parallel. Once the node complete task it's the part of last verified node along with user public key ).
The text was updated successfully, but these errors were encountered:
@guggero Neural contract is a type of contract which allow to send and receive payment , lockup assets value. I think it should be revolutionary as well as optional. Lock-up value
Bob have 30 btc and alice have few dollars but she don't have any experience regarding btc. Bob setup Lock-up wallet which is similar to btc wallet except following additional features.
Bob create lock-up wallet. This wallet is permanently open.
Alice take value from lock-up wallet at 0.00001 btc deposit fees.
Alice must have 0.00001 btc in a wallet
Alice take 29.7 btc at 0.00001 btc and return 29.7*0.00001+network-fees.
Neural contract machine generated contract that allow to borrow btc as value and return as value.
Neural contract that should be in protocol format and easy to communicate over grpc peering. The contract written by neural interface which is initiate on the user request. In the contract user provide data on which neural contract generate.
1. Contract have no memory leakage
2. Contract had preview one time before deploy
3. Contract must have at-least one party
4. Deployment of Orphan contract charges will be (balance+fees+0.0002/60) pay over the network.
5. Neural Contract deploy on special nodes (These nodes are autoamted and work in parallel. Once the node complete task it's the part of last verified node along with user public key ).
The text was updated successfully, but these errors were encountered: