# 管理ウォレット

管理ウォレットは、ユーザー用に作成するウォレットです。これは、まだCardanoウォレットを持っていない新規ユーザーをオンボードするのに非常に役立ちます。NMKR Studioまたは[NMKR APIを](https://docs.nmkr.io/nmkr-studio-api/introduction-nmkr-studio-api)使用して、これらのウォレットを作成および管理できます。

{% embed url="<https://youtu.be/t_aApEUrtfk>" fullWidth="true" %}

#### 管理ウォレットを作成する

ツールセクションに移動し、管理ウォレットを選択します。次に 新規ウォレットを作成するために「新規管理ウォレットを追加」を選択します。ウォレット名とパスワードを指定し、アドレスタイプを選択します。保存をクリックし、シードフレーズとアドレスをメモしてください。

<br>

**基本管理ウォレット**

このウォレットタイプは通常のウォレットで、アドレスハッシュは約100文字です

<br>

**エンタープライズ管理ウォレット**

<br>

このウォレットタイプは、約60文字の非常に短いアドレスハッシュを持つエンタープライズウォレットです。

このアドレスタイプはスマートコントラクトやdAppアドレスによく使われます。

シードフレーズは、このウォレットにアクセスできる事業体とのみ共有します。

#### 管理ウォレットを編集する

「編集」選択し、ウォレット名を変更したり、非アクティブに設定します。「削除」をクリックすると、あなたのウォレットはNMKR Studioから削除されます。

#### 管理ウォレットの残高を表示する

「残高を表示」を選択すると、このウォレット内の各資産のADA値、数量、ポリシーID、トークン名の概要が表示されます。

#### NMKR APIで管理ウォレットを使用する

[NMKR API](https://docs.nmkr.io/nmkr-studio-api/introduction-nmkr-studio-api)から管理ウォレットを使用することもできます。

<br>

[このAPIはNMKR Studioの管理ウォレットの機能](https://docs.nmkr.io/nmkr-studio-api/api-features#managed-wallets)をカバーし、さらにシードフレーズでウォレットをインポートしたり、この管理ウォレットからトランザクションを行うことができます。


---

# 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://docs.nmkr.io/jp/nmkr-studio/tsru/woretto.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.
