# What Can Tweed Do?

<figure><img src="/files/hK6Pn1vtQnTiwfgreQqR" alt=""><figcaption></figcaption></figure>

## Incorporate self-custodial wallets into your dApp

All it takes to create a wallet is calling `sdk.wallet.create()`. You have full control over the UI/UX of your platform and how much detail of the wallet you want to show to your users - whether they are web2 users with little-to-no crypto knowledge or web3 natives.

## Add a "Pay with Credit Card" option to your platform

Offer additional payment methods and open new revenue streams by adding a "Pay with Card" button and flow to your platform.

## Login to Backend Resources

Tweed provides the most secure login mechanism that allows your users to log-in to your platform using their wallet, no need for an external log-in provider any more.

## Multi-Chain support

Every Tweed wallet automatically supports all of the blockchains we support - meaning users can hold assets from all of these chains in one single wallet.

No need to add new lines of code for every new chain addition - live wallets are automatically updated with new chain additions!


---

# 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.paytweed.com/welcome-to-tweed/what-can-tweed-do.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.
