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

Update README.md #174

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
</p>

<h3 align="center">
Bitcoin Crowdfunding Platform
P2P Funding Protocol
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we keep the world Bitcoin?

</h3>

<br>

## What is Angor?

Angor is a Bitcoin crowdfunding platform with two unique features:
Angor is a Bitcoin funding platform with two unique features:

1. Angor is **fully decentralized**, meaning there is no middleman involved in the investment process. Angor has no backend – the platform leverages the **Bitcoin network** for transaction processing, while **Nostr** is being used for decentralized storage of projects' metadata and direct communication with founders. Angor uses Bitcoin's Taproot upgrade for improved efficiency and privacy.

2. Bitcoins are released to the founders in **predetermined stages** via so-called time-lock contracts, allowing investors to **recover unspent funds at any time**. This framework provides investors with greater control, mitigates financial risk, and incentivizes founders to showcase tangible progress between stages.
2. Bitcoin is released to the founders in **predetermined stages** via so-called time-lock contracts, allowing investors to **recover unspent funds at any time**. This framework provides investors with greater control, mitigates financial risk, and incentivizes founders to showcase tangible progress between stages.

For more details:
* Specifications: [bcip-0005](https://github.com/block-core/bcips/blob/main/bcip-0005.md)
Expand Down
Loading