> For the complete documentation index, see [llms.txt](https://whitepaper.hypercoin.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.hypercoin.network/documentation/documentation-ar/bda/mqdmh.md).

# مقدمة

بدأت قصة بيتكوين في أعقاب الأزمة المالية العالمية عام 2008، وهي فترة اهتز فيها الثقة بالبنوك والمؤسسات المالية التقليدية بشكل عميق. في عام 2009، قدم فرد مجهول أو مجموعة تستخدم اسم ساتوشي ناكاموتو بيتكوين كعملة رقمية لامركزية. كان الهدف إنشاء شكل من المال يمكن أن يعمل بشكل مستقل عن الحكومات والسلطات المركزية، مما يتيح للناس إرسال القيمة لبعضهم البعض مباشرة دون الاعتماد على البنوك أو الوسطاء. أصبح هذا النظام ممكنًا من خلال تكنولوجيا البلوكشين، وهي سجل عام وشفاف مؤمن بالتشفير ويُصان بواسطة شبكة عالمية من المشاركين.

في سنواته الأولى، كان لبيتكوين قيمة معترف بها ضئيلة أو معدومة. واحدة من أشهر اللحظات في تاريخه حدثت في عام 2010، عندما تم استخدام 10,000 بيتكوين لشراء بيتزا اثنتين، ما شكّل واحدة من أولى المعاملات الواقعية التي شملت العملة. مع تزايد الوعي واهتمام المزيد من الناس بإمكاناتها، بدأ سعر بيتكوين في الارتفاع. غير أن هذا النمو صاحبه تقلب شديد. على مر السنين، شهدت بيتكوين قفزات سعرية درامية تلتها انخفاضات حادة، بدافع التكهنات السوقية، واهتمام الإعلام، وتوسع الاعتماد.

تتمحور الفلسفة الأساسية لبيتكوين حول الحرية المالية والخصوصية والحماية من التضخم. غالبًا ما يصفه المؤيدون بأنه الذهب الرقمي، إذ ينظرون إليه كمخزن للقيمة وليس مجرد عملة. اليوم، لا تزال بيتكوين ابتكارًا ثوريًا ورمزًا قوياً لنظام مالي بديل يتحدى الأفكار التقليدية حول المال والسيطرة.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://whitepaper.hypercoin.network/documentation/documentation-ar/bda/mqdmh.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
