Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart contract interface #772

Open
ali2210 opened this issue Oct 18, 2021 · 2 comments
Open

Smart contract interface #772

ali2210 opened this issue Oct 18, 2021 · 2 comments

Comments

@ali2210
Copy link

ali2210 commented Oct 18, 2021

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. User have sufficient balance at-least (max >= 0.0001btc)
  2. User have already have btc private and public key (as multi-signature)
  3. Composition multi-signature key and special key (encodex11) generate contract address.
  4. Once contract generate , user can preview many times.
  5. 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 ).
@guggero
Copy link
Collaborator

guggero commented Oct 20, 2021

What's a neural contract? Was this issue opened to the correct repo? Doesn't seem to be related to btcwallet at all.

@ali2210
Copy link
Author

ali2210 commented Oct 22, 2021

@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.

  1. Bob create lock-up wallet. This wallet is permanently open.
  2. Alice take value from lock-up wallet at 0.00001 btc deposit fees.
  3. Alice must have 0.00001 btc in a wallet
  4. Alice take 29.7 btc at 0.00001 btc and return 29.7*0.00001+network-fees.
  5. Neural contract machine generated contract that allow to borrow btc as value and return as value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants