# Wallet Images (WIMG)

{% hint style="info" %}
This is a public endpoint and does not require any authentication.
{% endhint %}

### Introduction

WIMG is a free service by Bankless available to everyone, providing an image or avatar for any given wallet address - regardless of chain. Think Gravatar, but for wallets!

All you need to do is load the below URL into an image tag or component on your app, and you'll always have an image or avatar for that given wallet address.

```
https://www.bankless.com/wimg/{address}
```

If we don't already have an image or avatar cached for a wallet, we'll fetch it from the relevant name service (ENS for example) or we'll generate a brand new unique image just for that wallet if one doesn't exist elsewhere.

We have full support for EVM wallets, ENS names, Solana, SUI, Cosmos, and more.&#x20;

Cached images are replicated across the following locations:

* New York, USA
* London, UK
* Sydney, Australia

### Examples

**josh.eth** is an ENS name with an assigned avatar, so <https://www.bankless.com/wimg/josh.eth> loads the following:

&#x20;<img src="/files/zdJmsqNH4iuZk5jt0fjR" alt="" data-size="original">


---

# 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.bankless.com/bankless-api/other-services/wallet-images-wimg.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.
