> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/ar/alttbyqat-ala-rome/bloom.md).

# Bloom — إصدار الأصول الحقيقية

Bloom يصدر ويحتفظ **أصول واقعية مُصرَّح بها** على Rome. الأصل هو عقد Solidity عادي، يُنشر مرة واحدة، وقاعدته الخاصة بـ *من يجوز له الاحتفاظ به* توجد داخل العقد ويُفرض تطبيقها عند كل عملية تحويل. ويمكن الوصول إلى الأصل نفسه من محفظة EVM ومن محفظة Solana — نشر واحد، وعالمان للمحافظ، بلا جسر ولا رمز ثانٍ.

كُتبت هذه الوثائق بحسب كل فئة من الجمهور، لأن الفئات لا تتداخل: فالمُصدِر لا يشتري أبدًا، وحامل Solana لا يُصدر أبدًا، والمُنشئ يحتاج إلى واجهة العقد التي لا يلامسها أيٌّ من الآخرين.

## الأدلة الإرشادية

* [**الاستثمار**](/ar/alttbyqat-ala-rome/bloom/investing.md) — للمشتري. استعرض أصلًا، وتحقق من الأهلية، وتقدّم بطلب لإدراجك في قائمة السماح، واشترِ واحتفظ — بما في ذلك الشيء الوحيد المختلف فعلًا بالنسبة إلى حامل يوقّع بمحفظة Solana.
* [**إيصال الأموال إلى Rome**](/ar/alttbyqat-ala-rome/bloom/funding.md) — الإيداع النقدي قبل الشراء. انقل USDC أو ETH عبر الجسر من Sepolia، ثم حوّل الغاز المُجسَّر إلى wUSDC التي يُسعَّر بها كل بيع.
* [**الإصدار**](/ar/alttbyqat-ala-rome/bloom/issuing.md) — للمُصدِر. وحدة التحكم، ومعالج الإنشاء، وبوابة تسجيل الدخول إلى وحدة التحكم لكل أصل، وكل علامة من علامات الإدارة الست.
* [**البناء على Bloom**](/ar/alttbyqat-ala-rome/bloom/building.md) — للمطوّر. طريقة من عشر خطوات لنقل أصل Solidity إلى Rome كرمز مُصرَّح به، وفتحه لعالمي المحافظ معًا، وربط فحص KYC الخاص بك — مع واجهة العقد الحقيقية والرمز.

اللقطات المعروضة هنا ليست نماذج وهمية. صفحتان من الأدلة تُرجعانها إلى معاملات حقيقية على السلسلة:

* [**الدليل — مُصدِر**](/ar/alttbyqat-ala-rome/bloom/evidence.md) — الأصل التجريبي الذي تم إصداره وإدارته: النشر على مراحل، والبيع، وقائمة السماح الدفعية، والأدوار.
* [**الدليل — مُستثمر**](/ar/alttbyqat-ala-rome/bloom/evidence-investor.md) — الأصل نفسه الذي تم شراؤه مرتين، مرةً من محفظة EVM ومرةً من محفظة Solana، من دون جسر.

## ما معنى "مُصرَّح به" هنا

> تنتقل القاعدة مع الأصل. ويُفرض من يحق له الاحتفاظ به بواسطة عقد الأصل نفسه، عند كل تحويل — لا بواسطة هذا الموقع، ولا بواسطة جسر، ولا بواسطة مرشح للمُرتِّب. تحتفظ السلسلة بحقيقة واحدة لكل عنوان: نعم أو لا فقط. لا تلامس أي مستندات أو أي بيانات شخصية هذا التطبيق أو السلسلة أبدًا.

نموذج الامتثال الكامل موجود في [COMPLIANCE.md](/ar/alttbyqat-ala-rome/bloom/compliance.md)؛ آليات المسارين (EVM وSolana) التي يستخدمها حاملوك موجودة في [LANES.md](/ar/alttbyqat-ala-rome/bloom/lanes.md). هذه الأدلة تشير إليها بدلًا من إعادة صياغتها.


---

# 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://docs.rome.builders/ar/alttbyqat-ala-rome/bloom.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.
