> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/deutsch/readme/get-started/bep20-guide.md).

# Holen Sie sich Token

![](/files/3LidTv2zrW6CLAzJlmOj)

Finden Sie heraus, was das native Token Ihrer Lieblings-Blockchain ist.

Um die meisten Dinge auf einer Blockchain zu tun, müssen Sie Gas bezahlen, das in Form des nativen Tokens der Blockchain vorliegt.

Sie benötigen auch die ERC20-Version jedes Tokens, den Sie handeln, staken usw. möchten.

Sie können auf verschiedene Arten vorgehen, um Ihre Tokens in ERC20 umzuwandeln, aber hier sind diejenigen, die wir empfehlen:

{% tabs %}
{% tab title="🌉 PaySwap Ramp" %}
[**PaySwap Ramp** ](http://bridge.pancakeswap.finance)— eine Token-Brücke, um Wert zwischen verschiedenen Blockchains zu transferieren.

Diese Brücke ermöglicht es Ihnen, nahtlos Ihre FIAT-Währung auf Ihre Lieblings-Blockchain zu übertragen und an der lebendigen PaySwap-Community und dem breiteren Blockchain-Ökosystem teilzunehmen!

📖 [Erfahren Sie, wie man es benutzt](https://medium.com/pancakeswap/launching-pancakeswap-bridge-a-partnership-with-stargate-21c1c9f491a8)
{% endtab %}

{% tab title="💰 Binance" %}
[**Binance.com**](https://github.com/pancakeswap/pancake-document/tree/255db0c7af28df2f9c1209daa5cdbd774490a666/get-started/www.binance.com)

Sie können Tokens als ERC20 über Ihr Binance-Konto abheben (sofern Sie eins haben). Beachten Sie, dass Sie ein Konto benötigen, um dies zu tun.

📖 [Hier ist eine schnelle Anleitung, die sie gemacht haben, um Ihnen zu helfen.](https://www.binance.com/en/support/faq/85a1c394ac1d489fb0bfac0ef2fceafd)
{% endtab %}

{% tab title="🔒 SafePal" %}
[**SafePal**](https://safepal.io/download)

Sie benötigen kein Konto, um sich zu registrieren, usw. Führen Sie Cross-Chain-Swaps direkt von Ihrem Wallet aus durch.

📖 [Hier ist eine schnelle Anleitung, die sie gemacht haben, um Ihnen zu helfen.](https://docs.safepal.io/safepal-app/cross-chain-swap-tutorial)
{% endtab %}
{% endtabs %}


---

# 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://docs.payswap.org/deutsch/readme/get-started/bep20-guide.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.
