# Adding wallet to the TEOS Platform flow with TxServer and TEOS API

To add a signable wallet to the TeosAPI following calls, depicted in the Diagram 1. should be performed:

* Device token should be acquired for the next calls to TeosApi and TxServer. For the details refer to the [device authorization flow](/resources/using-additional-apis-of-teos-platform/device-authorization-flow-with-txserver-and-teos-authentication-service.md)
* TeosApi function [InitWalletRegistration](https://teosapi.coreledger.net/swagger/index.html) is called, to generate WalletRegistrationClaim
* Using the data from the claim, received in previous step, the app calls TXServer function [SendAddressToProvider](https://txapi.coreledger.net/swagger/index.html#/Device/post_api_Device_SendAddressToProvider), to link the wallet with the transactions provider (more about provider [here](/resources/using-additional-apis-of-teos-platform/using-txserver-api.md#provider))

<figure><img src="/files/QECKPhTz45H2u52whipY" alt=""><figcaption><p>Diagram 1. Adding Signable Wallet to the TeosApi</p></figcaption></figure>


---

# 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://teos-docs.coreledger.net/resources/using-additional-apis-of-teos-platform/adding-wallet-to-the-teos-platform-flow-with-txserver-and-teos-api.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.
