> For the complete documentation index, see [llms.txt](https://community-realt.gitbook.io/tuto-community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community-realt.gitbook.io/tuto-community/portefeuille/metamask/ajout-dun-token.md).

# Ajout d'un token

De base, vous ne voyez sur MetaMask que le coin propre à sa blockchain (càd la monnaie de paiement des transactions : ETH sur Ethereum ou XDAI pour Gnosis).\
Pour voir vos loyers en USDC sur Gnosis, il est donc être nécessaire d'ajouter ce jeton.

{% hint style="info" %}
Cet ajout n'est pas obligatoire pour recevoir tels ou tels tokens, c'est juste pour pouvoir le visualiser.
{% endhint %}

## Ajout de l'USDC sur le réseau Gnosis

Il faut au préalable avoir [installé le réseau Gnosis](/tuto-community/portefeuille/metamask/ajout-dun-reseau.md) sur MetaMask et l'avoir sélectionné (en haut à droite). Deux méthodes sont là aussi possible :

* La méthode automatique : avec le site [Coinmarketcap en recherchant l'USDC](https://coinmarketcap.com/fr/currencies/usd-coin/), en cliquant la flèche de sélection des réseaux, puis avec l'ascenseur en choisisant Gnosis Chain et en cliquant sur l'icone de renard :<br>

  <figure><img src="/files/RbsGMAkb9WDmeRYXk8Uv" alt="" width="473"><figcaption></figcaption></figure>
* La méthode manuelle (qui va vous servir aussi pour ajouter un RealToken) :

  1. Sur MetaMask : Sélectionnez l'onglet "Ajouter des Jetons",
  2. Sélectionner "Jeton personnalisé" , puis le réseau Gnosis, puis indiquer l'adresse du jeton (que vous trouvez par ex. en tapant "adresse USDC Gnosis" sur Google ou sur [l'explorateur](/tuto-community/defi-realt/explorateurs.md) : soit 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 )
  3. Importer, le token apparaitra dans votre liste (avec son montant)

  <figure><img src="/files/pPNc5bsWfuTgGoQnfvRa" alt="" width="523"><figcaption></figcaption></figure>

## Ajout d'un RealToken

Pour ajouter le token correspondant à une propriété RealT, il faut :

* Chercher l'adresse du smart-contract, sur la fiche de la propriété sur le site RealT :

  <figure><img src="/files/tk69uLgGCc6VBE2dqGwY" alt=""><figcaption></figcaption></figure>
* Copier l'adresse du contrat, l'ajouter sur MetaMask, et réduire la taille du nom à 11 caractères&#x20;

  <figure><img src="/files/GqpShYcjsK8WPnYQFy2K" alt="" width="475"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://community-realt.gitbook.io/tuto-community/portefeuille/metamask/ajout-dun-token.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
