| title | Quick Start |
|---|---|
| description | Start staking with Brasa in minutes |
Get started with Brasa liquid staking in just a few minutes. This guide walks you through your first stake.
Before you begin, make sure you have:
- A compatible wallet (MetaMask, WalletConnect, or Coinbase Wallet)
- Tokens to stake on Fogo network
- A small amount of tokens for gas fees
1. Visit [app.brasa.finance](https://app.brasa.finance)
2. Connect your wallet
3. Follow the on-screen instructions
The web app provides:
- User-friendly interface
- Real-time price updates
- Transaction history
- Portfolio tracking
<ContractAddress
chain="Fogo"
address="0x1234567890abcdef1234567890abcdef12345678"
label="Brasa Staking Contract"
/>
```solidity
// Example: Stake tokens
function stake(uint256 amount) external returns (uint256 shares);
// Example: Unstake tokens
function unstake(uint256 shares) external returns (uint256 amount);
```
See [Smart Contracts](/integrate/smart-contracts) for full documentation.
```typescript
import { BrasaSDK } from '@brasa/sdk'
const brasa = new BrasaSDK({
provider: window.ethereum,
network: 'fogo'
})
// Stake tokens
const tx = await brasa.stake('1000')
await tx.wait()
console.log('Staking complete!')
```
See [SDK Documentation](/integrate/sdk) for more examples.
After staking, your tokens immediately begin earning rewards:
- Staking Rewards: Earned from validator operations
- MEV Rewards: Distributed proportionally to all stakers
- Compound Effect: brsToken value increases over time relative to the underlying token
Monitor your staking position through:
- Web App Dashboard: Real-time balance and rewards
- On-Chain: View transactions on Fogo explorer
- Portfolio Trackers: Many DeFi dashboards support brsToken
Your brsToken is fully liquid and composable. You can:
- Hold: Simply hold and earn staking rewards
- Trade: Exchange on DEXs at current market rate
- DeFi: Use as collateral or in liquidity pools
- Transfer: Send to any Fogo address
See LST Economics to understand brsToken value dynamics.
When you want to exit your position:
Navigate to the unstake section in the web appEnter the amount of brsToken to unstake
Review and confirm the unstake transaction Receive your original tokens plus accrued rewards **Note**: Unstaking is subject to liquidity availability. In most cases, it's instant, but during high demand, there may be a short waiting period.Need assistance? We're here to help:
- Documentation: Browse our full documentation
- FAQ: Check common questions
- Support: Email support@brasa.finance
- Community: Join our Discord