Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

small changes #862

Merged
merged 2 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions docs/onboarding/14 Wallet/1 Wallets/Paper Wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,11 @@ wallet.connect();

## Pricing & Billing

**Free Tier**
**Pricing**

- Ideal for small teams and individuals who require basic features.
- **Features:**
- Free to use email wallet with a self recovery code.
- Free up to 10,000 Monthly Active Wallet
+$0.02 per incremental Monthly Active Wallet after with a managed recovery code.

**Pro Tier**

- Ideal for teams that require a higher level of customization and support
- **Features:**
- Free to use email wallet with a self recovery code.
- Free up to 10,000 Monthly Active Wallet
+$0.02 per incremental Monthly Active Wallet after with a managed recovery code.
- Free to use email wallet with a self recovery code.
- Free up to 10,000 Monthly Active Wallet
+$0.02 per incremental Monthly Active Wallet after with a managed recovery code.

Find more information on the different billing tiers by visiting [thirdweb's pricing page](https://thirdweb.com/pricing).

Expand Down
25 changes: 11 additions & 14 deletions docs/onboarding/23 Smart Wallet/0 Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import QuickstartCard from "@components/QuickstartCard";

Everything you need to build [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337) Smart Wallets for your users.

Once setup, your application will:

Ethereum has 2 types of accounts to transfer and receive tokens: EOAs (Externally Owned Accounts) and smart contract accounts.
A smart wallet is a wallet type requiring **no private keys or seed phrases**.
Smart contract wallets rely on code instead of private keys to secure and recover wallet information.
Expand Down Expand Up @@ -79,18 +77,6 @@ By using the thirdweb SDKs, you can easily create and manage smart wallets for y
</div>
</div>

## Pricing & Billing

To use thirdweb's account abstraction infrastructure, you need to setup a billing account on the thirdweb dashboard Settings page.

**Free Tier** and **Pro Tier**:

- **Features:**
- **Bundler**: Transaction bundle calls (non-sponsored calls) are free to use.
- **Paymaster**: 10% premium on top of network fee based on your usage.

Find more information on the different billing tiers by visiting [thirdweb's pricing page](https://thirdweb.com/pricing).

## Supported chains

<details>
Expand Down Expand Up @@ -141,3 +127,14 @@ Find more information on the different billing tiers by visiting [thirdweb's pri
</details>

To support a chain not listed, [contact us](https://thirdweb.typeform.com/to/Q93CVgUc?typeform-source=thirdweb-www-git-mariano-ftd-1670.thirdweb-preview.com).

## Pricing & Billing

To use thirdweb's account abstraction infrastructure, you need to setup a billing account on the thirdweb dashboard Settings page.

**Pricing**:

- **Bundler**: Transaction bundle calls (non-sponsored calls) are free to use.
- **Paymaster**: 10% premium on top of network fee based on your usage.

Find more information on the different billing tiers by visiting [thirdweb's pricing page](https://thirdweb.com/pricing).
22 changes: 11 additions & 11 deletions docs/onboarding/23 Smart Wallet/4 Infrastructure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ On testnets, the only requirement is to obtain a free client id to get started.
Once you're ready to deploy on mainnets, you will require an active [billing account](https://thirdweb.com/dashboard/settings).
You can configure your client id to restrict interactions only with your own contracts or with any contract.

### Pricing & Billing

To use thirdweb's account abstraction infrastructure, you need to setup a billing account on the thirdweb dashboard Settings page.

**Free Tier and Pro Tier:**

- **Features:**
- **Bundler: **Transaction bundle calls (non-sponsored calls) are free to use.
- **Paymaster:** 10% premium on top of network fee based on your usage.
Find more information on the different billing tiers by visiting thirdweb's pricing page.

### Supported chains

With a thirdweb API key, you get access to bundler and paymaster infrastructure on the following chains:
Expand Down Expand Up @@ -100,3 +89,14 @@ const config: SmartWalletConfig = {
paymasterAPI: new MyPaymaster(),
};
```

## Pricing & Billing

To use thirdweb's account abstraction infrastructure, you need to setup a billing account on the thirdweb dashboard Settings page.

**Pricing**:

- **Bundler**: Transaction bundle calls (non-sponsored calls) are free to use.
- **Paymaster**: 10% premium on top of network fee based on your usage.

Find more information on the different billing tiers by visiting [thirdweb's pricing page](https://thirdweb.com/pricing).