> For the complete documentation index, see [llms.txt](https://docs.dotone.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dotone.online/documentation/dat-wan-asmart-chyn-or-dotone-smart-chain-docs/aslshyng/nzart-w-manytwryng-or-dotone-smart-chain-docs.md).

# نظارت و مانیتورینگ | Dotone Smart Chain Docs

## مانیتورینگ Slashing

به‌طور کلی، اگر کد نود دات‌وان به‌صورت مخرب تغییر داده نشود، یا اعتبارسنج به‌اشتباه و با پیکربندی نادرست اجرا نشود، اعتبارسنج‌ها معمولاً دچار جریمه‌های **Double Sign** یا **Malicious Vote** نمی‌شوند.

با این حال، اعتبارسنج‌ها باید به‌صورت مداوم احتمال slashing ناشی از **در دسترس نبودن نود** را مانیتور کنند؛ چون این مورد می‌تواند به رویدادهای جریمه منجر شود.

به‌عنوان یک روش پیشنهادی، بهتر است لاگ رویدادهای قرارداد Slash را در اسکنر دات‌وان به‌صورت منظم بررسی کنید:

`https://explorer.dotone.network/address/0x0000000000000000000000000000000000001001#event`

می‌توانید شاخص slash اعتبارسنج خود را در قرارداد بالا بررسی کنید. به مقادیر بالاتر از **۵۰** توجه ویژه داشته باشید. اگر این مقدار از **۲۰۰** عبور کند، اعتبارسنج slashed خواهد شد. اگر از **۶۰۰** عبور کند، اعتبارسنج وارد وضعیت jail می‌شود.

برای جزئیات بیشتر، به بخش **Slash Rules** مراجعه کنید.

***

## خارج کردن اعتبارسنج از وضعیت Jail

وقتی یک اعتبارسنج پس از slashing وارد وضعیت **jail** می‌شود، باید مدت‌زمان مشخصی را منتظر بماند تا امکان خروج از این وضعیت فراهم شود.

پس از پایان دوره انتظار، اعتبارسنج می‌تواند وارد **DOTO Staking dApp** شود و با کلیک روی دکمه **Unjail**، تراکنش خروج از jail را ثبت کند.


---

# 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.dotone.online/documentation/dat-wan-asmart-chyn-or-dotone-smart-chain-docs/aslshyng/nzart-w-manytwryng-or-dotone-smart-chain-docs.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.
