# Transactions

> Pages under Transactions in the Alchemy Docs.

## Pages

- [Using SDK](https://www.alchemy.com/docs/wallets/transactions/using-sdk.md): Get started with Alchemy Wallet APIs using the SDK. Install the @alchemy/wallet-apis package, create a client, and send your first sponsored transaction in minutes.
- [Using API](https://www.alchemy.com/docs/wallets/transactions/using-api.md): Learn how to use the wallet_prepareCalls, wallet_sendPreparedCalls, and wallet_getCallsStatus API endpoints to send transactions with Alchemy Wallet APIs.
- [Single transactions](https://www.alchemy.com/docs/wallets/transactions/send-transactions.md): Execute EVM and Solana transactions
- [Batch transactions](https://www.alchemy.com/docs/wallets/transactions/send-batch-transactions.md): Batch multiple calls together into one transaction
- [Parallel transactions](https://www.alchemy.com/docs/wallets/transactions/send-parallel-transactions.md): Send multiple concurrent transactions from the same Smart Wallet account using nonce key overrides.
- [Debug transactions](https://www.alchemy.com/docs/wallets/transactions/debug-transactions.md)
- [Debug with Tenderly](https://www.alchemy.com/docs/wallets/transactions/debug-transactions/debug-with-tenderly.md): Use the Tenderly integration to debug onchain reverts and simulate offchain user operation failures directly from the Transaction Lifecycle Dashboard
- [EIP-7702](https://www.alchemy.com/docs/wallets/transactions/using-eip-7702.md)
- [Undelegate 7702 account](https://www.alchemy.com/docs/wallets/transactions/undelegate-account.md): Remove EIP-7702 delegation and restore an account to a plain EOA
- [Sponsor gas](https://www.alchemy.com/docs/wallets/transactions/sponsor-gas/overview.md)
- [Full sponsorship](https://www.alchemy.com/docs/wallets/transactions/sponsor-gas.md): Choose a gas sponsorship integration path for your smart wallet application.
- [Conditional sponsorship rules](https://www.alchemy.com/docs/wallets/transactions/sponsor-gas/conditional-sponsorship-rules.md): Control gas sponsorship with spend limits and custom rules
- [Pay gas with any token](https://www.alchemy.com/docs/wallets/transactions/pay-gas-with-any-token.md): Enable users to pay gas with tokens like USDC
- [Solana sponsorship](https://www.alchemy.com/docs/wallets/transactions/sponsor-gas/solana.md): Sponsor Solana transaction fees and rent with Wallet APIs
- [Bundler Sponsored Operations](https://www.alchemy.com/docs/wallets/transactions/sponsor-gas/bundler-sponsored-operations.md): Advanced gas sponsorship, with faster confirmations and automatic retries.
- [Same-chain swaps](https://www.alchemy.com/docs/wallets/transactions/swap-tokens.md): Convert any token to any other token onchain using Wallet APIs, with gas sponsorship and post-swap action support.
- [Cross-chain swaps](https://www.alchemy.com/docs/wallets/transactions/cross-chain-swap-tokens.md): Convert tokens across different blockchain networks in a single transaction using Wallet APIs, with gas sponsorship support.
- [Overview](https://www.alchemy.com/docs/wallets/reference/wallet-apis-session-keys.md): Learn how to use session keys with Wallet APIs
- [Using SDK](https://www.alchemy.com/docs/wallets/reference/wallet-apis-session-keys/sdk.md): Learn how to use session keys using the Wallet Client SDK
- [Using API](https://www.alchemy.com/docs/wallets/reference/wallet-apis-session-keys/api.md): Learn how to use session keys using any RPC client
- [Legacy session keys](https://www.alchemy.com/docs/wallets/reference/wallet-apis-session-keys/legacy-session-keys.md): Use session keys installed via `installValidation` with Wallet APIs
- [Retry transactions](https://www.alchemy.com/docs/wallets/transactions/retry-transactions.md): Replace stuck or slow Smart Wallet transactions by re-preparing and resending calls with updated gas fees.
- [Sign messages](https://www.alchemy.com/docs/wallets/transactions/signing/sign-messages.md): Sign messages using your Smart Wallet
- [Sign typed data](https://www.alchemy.com/docs/wallets/transactions/signing/sign-typed-data.md): Sign EIP-712 typed data with your Smart Wallet
- [Configure client](https://www.alchemy.com/docs/wallets/concepts/smart-account-client.md): Configure smart wallet client
