# wallet_use

Validate an account and give its restart configuration. Does not replace the wallet of a running session or modify client settings.

## Result

The environment setting needed to select an account.

## Permissions

Does not unlock or switch the running wallet; restart with the returned setting.

## Definition 1 (full)

Registered in: Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Local Vault + sponsor.

Validate an account and give its restart configuration. Does not replace the wallet of a running session or modify client settings.

| Field | Type | Required | Description | Constraints |
| --- | --- | --- | --- | --- |
| name | string | Yes |  | pattern: "^[a-z0-9][a-z0-9_-]{0,63}$" |

Nested requirements apply when their parent is supplied.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "pattern": "^[a-z0-9][a-z0-9_-]{0,63}$"
    }
  },
  "required": [
    "name"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

[All tools](https://bsvmcp.com/docs/tools)