Skip to content

Commit

Permalink
chore: add a note about account abstraction cost being added to first…
Browse files Browse the repository at this point in the history
… transaction
  • Loading branch information
lewinskimaciej committed Dec 1, 2023
1 parent 6313074 commit 0b59151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/service/transactions/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Within the context of our sdk, a transaction is a transfer of assets of one prof

Generally speaking, for every transaction that you make on Beam, a very tiny amount of BEAM is being used to handle that transaction. This also means that every transaction you make through our sdk will cost a fraction of BEAM - it's up to you to decide whenever that BEAM will be sponsored by you, by the Profile for which you make the transaction - or through creating a custom charge policy that charges the user an in-game token to handle the transaction. What is best for you and your users completely depends on what type of game you're making. Below you will find a couple of options we provide through the sdk for you to chose from - and you can go a different direction with every transaction you make as you please.

It's worth noting, that Profile creation does not cost any gas initially. The on-chain account abstraction will actually be deployed during first transaction for that profile. This will cause the initial transaction expenditure to be double the amount of a 'normal' transaction.

### Getting started with transactions

- [Sponsored transactions](/service/transactions/sponsored-transactions): Learn about sponsored transactions for your users
Expand Down

0 comments on commit 0b59151

Please sign in to comment.