# withdrawWETH

Unwrap WETH back to native ETH by withdrawing from the WETH contract. Burns your WETH and returns an equal amount of native ETH.

Agent View of the PolicyLayer registry record for `withdrawWETH`. HTML page: https://policylayer.com/tools/nanidao-agentek/withdrawweth

## Facts

- Tool: `withdrawWETH`
- Server: Agentek Eth (`nanidao/agentek`) — https://policylayer.com/tools/nanidao-agentek.md
- Homepage: https://github.com/NaniDAO/agentek
- Risk category: Financial (Critical risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Approval-gated

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "withdrawWETH",
    "arguments": {}
  }
}
```

## Why withdrawWETH is rated Critical

This tool executes a financial transaction that converts wrapped Ethereum (WETH) tokens to native ETH, moving cryptocurrency value. Although the conversion is 1:1, it represents an irreversible movement of financial assets from a wrapped token contract to native currency, making it a financial operation. The sibling tool 'depositWETH' confirms this server handles token conversion/financial operations.

From the tool's own definition: "Tool description states it 'Unwrap WETH back to native ETH by withdrawing from the WETH contract' and 'Burns your WETH and returns an equal amount of native ETH.' This directly moves cryptocurrency assets (WETH to ETH conversion)."

## Use case

AI agents use withdrawWETH to commit financial operations through Agentek Eth, usually the final step of a payment, billing, or trading workflow. A call moves real money.

## Recommended policy (PolicyLayer)

Verdict: **Approval-gated**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Agentek Eth:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "withdrawWETH": {
      "deny_if": [
        {
          "conditions": [],
          "on_deny": "Requires human approval."
        }
      ]
    }
  }
}
```

## Other tools on Agentek Eth (192)

- `intentReverseSlowTransfer` — Destructive — https://policylayer.com/tools/nanidao-agentek/intentreverseslowtransfer.md
- `intentRevokeAllApprovals` — Destructive — https://policylayer.com/tools/nanidao-agentek/intentrevokeallapprovals.md
- `intentRevokeApproval` — Destructive — https://policylayer.com/tools/nanidao-agentek/intentrevokeapproval.md
- `generateAndPinImage` — Execute — https://policylayer.com/tools/nanidao-agentek/generateandpinimage.md
- `intentGovernorVote` — Execute — https://policylayer.com/tools/nanidao-agentek/intentgovernorvote.md
- `intentGovernorVoteWithReason` — Execute — https://policylayer.com/tools/nanidao-agentek/intentgovernorvotewithreason.md
- `intentSetPrimaryWNS` — Execute — https://policylayer.com/tools/nanidao-agentek/intentsetprimarywns.md
- `intentSetWNSAddr` — Execute — https://policylayer.com/tools/nanidao-agentek/intentsetwnsaddr.md
- `intentSwapSolana` — Execute — https://policylayer.com/tools/nanidao-agentek/intentswapsolana.md
- `intentVoteNaniProposal` — Execute — https://policylayer.com/tools/nanidao-agentek/intentvotenaniproposal.md
- `intentWriteContract` — Execute — https://policylayer.com/tools/nanidao-agentek/intentwritecontract.md
- `depositWETH` — Financial — https://policylayer.com/tools/nanidao-agentek/depositweth.md
- `intent0xSwap` — Financial — https://policylayer.com/tools/nanidao-agentek/intent0xswap.md
- `intentAaveBorrow` — Financial — https://policylayer.com/tools/nanidao-agentek/intentaaveborrow.md
- `intentAaveDeposit` — Financial — https://policylayer.com/tools/nanidao-agentek/intentaavedeposit.md
- `intentAaveRepay` — Financial — https://policylayer.com/tools/nanidao-agentek/intentaaverepay.md
- `intentAaveWithdraw` — Financial — https://policylayer.com/tools/nanidao-agentek/intentaavewithdraw.md
- `intentApprove` — Financial — https://policylayer.com/tools/nanidao-agentek/intentapprove.md
- `intentApproveSlowTransfer` — Financial — https://policylayer.com/tools/nanidao-agentek/intentapproveslowtransfer.md
- `intentCoinchanAirdrop` — Financial — https://policylayer.com/tools/nanidao-agentek/intentcoinchanairdrop.md
- `intentCoinchanClaimVested` — Financial — https://policylayer.com/tools/nanidao-agentek/intentcoinchanclaimvested.md
- `intentCoinchanMake` — Financial — https://policylayer.com/tools/nanidao-agentek/intentcoinchanmake.md
- `intentCoinchanMakeHold` — Financial — https://policylayer.com/tools/nanidao-agentek/intentcoinchanmakehold.md
- `intentCoinchanMakeLocked` — Financial — https://policylayer.com/tools/nanidao-agentek/intentcoinchanmakelocked.md
- `intentCollectFees` — Financial — https://policylayer.com/tools/nanidao-agentek/intentcollectfees.md
- `intentDecreaseLiquidity` — Financial — https://policylayer.com/tools/nanidao-agentek/intentdecreaseliquidity.md
- `intentDepositAcross` — Financial — https://policylayer.com/tools/nanidao-agentek/intentdepositacross.md
- `intentDepositToSlow` — Financial — https://policylayer.com/tools/nanidao-agentek/intentdeposittoslow.md
- `intentIncreaseLiquidity` — Financial — https://policylayer.com/tools/nanidao-agentek/intentincreaseliquidity.md
- `intentMintPosition` — Financial — https://policylayer.com/tools/nanidao-agentek/intentmintposition.md
- …and 162 more: https://policylayer.com/tools/nanidao-agentek.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=nanidao-agentek · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/nanidao-agentek
