bitcoin-organization-builder/README.md

82 lines
4.2 KiB
Markdown
Raw Normal View History

2024-02-06 16:24:55 +00:00
# BoB v0.1
2024-02-06 16:15:32 +00:00
## Bitcoin-based Organization Builder
2023-09-11 17:08:06 +00:00
2024-02-06 16:15:32 +00:00
BoB (Bitcoin Organization Builder) focuses on enhancing organizational finance via the Bitcoin blockchain, promoting security, transparency, and efficiency:
- **Transparency:** Utilizes the Bitcoin mainnet for an open, verifiable transaction record, ensuring visibility for authorized stakeholders.
- **Security:** Emphasizes strong security with multi-signature authorization, time-locked contracts, and a Masterkey system for secure signature management, potentially accessible via a mobile app.
- **Efficiency:** Streamlines financial processes through automated scripts, facilitating complex wallet systems for agile fund management.
BoB leverages Bitcoin's strengths to optimize financial operations, providing a secure and transparent platform for organizational finance.
2023-09-11 17:08:21 +00:00
2023-10-19 08:21:46 +00:00
2024-02-06 16:16:54 +00:00
**Define the functionalities:
wallet management, transaction scripting, and multi-signature processes**
2024-02-06 16:21:39 +00:00
![image](https://github.com/Bitcoin-Based/bitcoin-organization-builder/blob/main/blueprints/BoB%20structure%20.png)
2023-10-19 08:21:46 +00:00
2024-02-06 16:26:17 +00:00
## How it works
2024-02-06 16:24:55 +00:00
BoB is designed to provide a suite of Bitcoin-based tools for organizational use, focusing on:
- **Wallet Management:** Offers hierarchical wallet management, enabling address generation, balance monitoring, and transaction history tracking, ensuring HD standards compatibility.
- **Transaction Scripting:** Automates Bitcoin transactions with scripting to simplify complex transactions like batch processing and automatic fund redistribution based on predefined rules.
- **Multi-Signature Processes:** Incorporates multi-signature authorization to enhance security, requiring multiple approvals for transactions, and supports various organizational governance models with flexible multi-signature setups.
2023-10-19 08:21:46 +00:00
![image](https://github.com/tetakta/tetakta/blob/90f1a13d77e2f96b5876515c11692ed8c473f947/img/bitcoin%20power.png)
**Stages of organizational development for a Bitcoin-based organization**
![image](https://github.com/tetakta/tetakta/blob/45fd21fe5d4d2be3839eaefadbe1f09b00ad1fc5/img/Bitcoin%20based%20organization.png)
2024-01-02 10:32:09 +00:00
#### Description and Numbers of Digital or Smart Contracts:
2023-10-19 08:21:46 +00:00
2024-01-02 10:32:09 +00:00
##### Functions/Screens/Smart Contracts: - SC №:
2023-10-19 08:21:46 +00:00
2024-01-02 10:36:54 +00:00
**DS Department (Owners Contracts)**
2024-01-02 10:40:06 +00:00
2024-01-02 10:40:43 +00:00
1. Digital statute. A digital statute of an organization is created by the founders at the time of its creation. It includes the following:
2024-01-02 10:40:06 +00:00
- 1.1 Scripts for distributing financial flow to treasuries (See Image 1)
2024-01-02 10:40:43 +00:00
- 1.1.1 Modified. The financial flow continues to move only with a multisignature.
2024-01-02 10:40:06 +00:00
- 1.2 Time lock script.
2024-01-02 10:40:43 +00:00
- 1.2.1 Modified. Programming the time and part of the opening.
2024-01-02 10:40:06 +00:00
- 1.3 Multisignature balance for voting on expenses from the bank.
- 1.4 Conditions for leaving the organization.
- 1.5 Programming of tax accounts (formula of profit and taxes in the state where the organization is founded).
2024-01-02 10:40:43 +00:00
- 1.5.1 Modified. Integration of the classical (Fiat) financial system.
2023-10-16 07:49:48 +00:00
2024-01-02 10:43:25 +00:00
**HR Department (Employees Contracts)**
2024-01-02 10:44:12 +00:00
2024-01-02 10:43:52 +00:00
2. Salaried projects (DLC for salary with an oracle on the timeline + synchronization of committees with dev dep)
2024-01-02 10:45:20 +00:00
- It works on the basis of DID, which creates an employee profile to which they are recorded:
- Time log from the time tracker.
- Commits from GitHub made by the employee.
- An organization creates contract terms, for example:
- To receive a salary (a transaction from the salary treasury that is programmed with an overgrown DLC), an employee must record 100 labor hours and make 30 commits.
- To get a bonus in the amount of X, 140 hours and 50 commits are required.
- 2.1 Contracts (DLC for a fix with a human oracle on the QA onboard).
- 2.2 DORSI.
- 2.3 SEMI.
2024-01-02 10:42:07 +00:00
2024-01-02 11:17:33 +00:00
3. DEVS dep (production devs contracts (employees ))
2024-01-02 11:18:03 +00:00
- 3.1 DID NOSTR based (nostr linkedin) / (DID CV BTC)
- 3.2 creation of the tokens (done by the core team as part of the development movement*)
- 3.3 production of the tasks = committees
2023-10-19 08:23:16 +00:00
The development movement is written as a manifesto and signed by the owners. It is being revised.
2024-01-02 11:17:33 +00:00
4. SALES department (customer contracts):
2024-01-02 11:18:03 +00:00
- 4.1 a simple contract for the purchase of labor hours
- 4.2 a contract for a subscription to a product or service (DLC)
2024-01-05 22:41:59 +00:00
![image](https://github.com/Bitcoin-Based/bitcoin-organization-builder/blob/main/mvp/BoB%20v0.0.1%20scheme.jpg)
2023-10-21 18:42:32 +00:00
2023-10-19 08:23:16 +00:00