# 前提

## SNS ID

Yabumiの設計では、SNSに個別の数字（ID）を割り振って、識別します。

例えば、Discordは1、Xは2となります。

ガス代を考慮して数字で識別する工夫を施しています。

## 署名

バックエンドでの署名には、以下の3つの要素を使用します。

* SNS上のUser ID　
  * [ ] 例：123456789
* SNS ID　
  * [ ] 例：1
* ミントしたウォレットアドレス　
  * [ ] 例：0x123456789...（40桁の16進数）

## JointedID

SNS上のUser IDとSNS IDをアンダースコアで結合したものをJointedIDと呼びます。

* [ ] 例：123456789\_1

## ハッシュ化

SNS上のUser IDとSNS ID（JointedID）と、ミントしたウォレットアドレスを結合ハッシュ化して署名メッセージに利用します。


---

# Agent Instructions: 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:

```
GET https://doc.yabumi.xyz/readme/mi/qian-ti.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
