# Misc Tools

## [Viem](https://viem.sh/)

Viem is a TypeScript interface for Ethereum that provides low-level stateless primitives for interacting with Ethereum.

<details>

<summary>Quick Links</summary>

Plume Mainnet: <https://github.com/wevm/viem/blob/main/src/chains/definitions/plumeMainnet.ts>

Plume Testnet: <https://github.com/wevm/viem/blob/main/src/chains/definitions/plumeSepolia.ts>

</details>

## [Delegate Registry v2](https://delegate.xyz/)

**Delegate Registry v2** is a permissionless on-chain protocol that lets users securely assign rights between wallets—without ever transferring assets. It powers safe and flexible participation in everything from airdrops and minting to governance and gameplay, all without compromising cold wallet security.

<details>

<summary>Quick Links</summary>

**Docs:** <https://docs.delegate.xyz/>

</details>


---

# 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.plume.org/plume/developers/tools-and-services/misc-tools.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.
