> For the complete documentation index, see [llms.txt](https://docs.belugas.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.belugas.io/atokens/key-events.md).

# Key Events

| Event                                                                                                                 | Description                                                                 |
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `Mint(address minter, uint mintAmount, uint mintTokens)`                                                              | Emitted upon a successful [Mint](/atokens/mint.md).                         |
| `Redeem(address redeemer, uint redeemAmount, uint redeemTokens)`                                                      | Emitted upon a successful [Redeem](/atokens/redeem.md).                     |
| `Borrow(address borrower, uint borrowAmount, uint accountBorrows, uint totalBorrows)`                                 | Emitted upon a successful [Borrow](/atokens/borrow.md).                     |
| `RepayBorrow(address payer, address borrower, uint repayAmount, uint accountBorrows, uint totalBorrows)`              | Emitted upon a successful [Repay Borrow](/atokens/repay-borrow.md).         |
| `LiquidateBorrow(address liquidator, address borrower, uint repayAmount, address aTokenCollateral, uint seizeTokens)` | Emitted upon a successful [Liquidate Borrow](/atokens/liquidate-borrow.md). |
