# 法規制に適合したトークンの発行

{% hint style="info" %}
このセクションでは、**AragonがSeries Delaware LLCのような法人組織とどのように関わる可能性があるか**を示します。この例では、Aragon DAOは**Gnosis SafeとEVM-CRISPR**も活用し、DAOがどのように法人組織になることができるかを示しています。
{% endhint %}

## 導入

リーガルラッパーは難しいテーマです。はっきりさせておくと、筆者は弁護士でもなければこれは法的なアドバイスではありません。この記事の目的は、AragonとLLCの関係の一例を示すことですが、この例は必ずしも役立つ手順ではなく、むしろ批判の起点となるかもしれません。

## クイックスタート

[こちら（英語のみ）](https://client.aragon.org/)からDAOを作成します。この例では、 [レピュテーション型DAO](/japanese-aragon-user-documentation/products/aragon-client/how-to-create-a-dao-using-aragon-client/page-1.md)を作成しました。<br>

![基本的なレピュテーション型DAO（トークンは譲渡不可能）](/files/itmSUe0W68PfPaaGReTk)

## トークンをミントする

[EVM CRISPR（英語のみ）](https://evm-crispr.blossom.software/#/terminal)で、新しいトークンをミントするためのコードを入力しましょう。

* ウォレットを接続する
* コンソールをクリアする
* 以下のコマンドをコピーして貼り付ける

```
connect your-dao-here token-manager voting 
new token "Test Token" TEST token-manager:new
install token-manager:new token:TEST true 0
grant voting token-manager:new MINT_ROLE voting
grant voting token-manager:new BURN_ROLE voting
exec token-manager:new mint @me 100e18
```

* Forward\~をクリックし、ウォレット上でトランザクションに署名する
* トランザクションが完了したら、Go Voteをクリックし、DAOに投票する

![EVM CRISPR](/files/lqoPgDyRzcpHW9uTlE9q)

![EVM CRISPRのトランザクションに投票する](/files/ngD0oWIdqDlABFKrNw2X)

新しいトークンの作成が完了したら、トークン一覧で確認することができます。<br>

![トークンの確認](/files/dhz5OP0cQkzLKW4URXbU)

## DAOのリーガルラッパー

次は[Gnosis（英語のみ）](https://gnosis-safe.io/)を開きます

* Gnosisのvaultを作成し（詳しくは[こちら（英語のみ）](https://help.gnosis-safe.io/en/articles/3876461-creating-a-safe-on-a-web-browser)をご覧ください）、トランザクションに必要な資金をvaultに入金する
* Otoco Appを起動する
* 会社名を決め、Delaware、UNA、Wyoming DAOの中から1つ選択する
* 支払いを承認し、会社を設立する

主な手順は以下の画像の通りです。

![gnosisでvaultを作成](/files/HvUtPHJkCLDXNNLrDqUW) ![Otoco Appを起動](/files/9gC5hitHF9pUKLKUIrmN) ![会社名を決め、Delaware、UNA、Wyoming DAOの中から1つ選択](/files/OCo5g0NuoX6ZUL3gYKrR) ![会社を設立する](/files/G0hSItYub3OqAvVN6KFL)

もし、「your entity smart contract is not a wallet（あなたのエンティティースマートコントラクトはウォレットではありません）」というようなメッセージが表示されたら、Asset walletページで、オーナー（ウォレットアドレスまたはGnosisセーフアドレス）を追加してください。

![](/files/EOYNrHT0NOLFyYa03EbM)

次に、トークンのページで、あなたのトークンアドレスをコピペします（DAOの[組織ページ](/japanese-aragon-user-documentation/products/aragon-client/explore-template-dao/system-setting/organization-setting.md)にあります）。

![DAOからOtoco LLCにトークンを転送](/files/o9n1Qlz2APUXmbie0i7w)

これで、Aragonでミントしたトークンを持つDelaware LLCが誕生しました！

![](/files/D0HSyipJH7wkVA9lh86V)

> <mark style="color:purple;">**ご質問はありますか？Aragonフォーラムであなたの考えをお聞かせください**</mark>**👇**

{% embed url="<https://support.aragon.org/t/aragon-client-legal-wrappers/173>" %}


---

# 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://legacy-docs.aragon.org/japanese-aragon-user-documentation/products/aragon-client/things-to-do-after-youve-started-a-dao/adding-a-new-token-for-legal-integration.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.
