...4pillars.io/en/articles/...](https://4pillars.io/en/articles/the-mechanism-and-ecosystem-of-rwa-protocols)
>- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~
...
_mint(mintReward, to); // mints the reward to the liquidity providers and attacks
}
```
在这个例子中,向用户付款的主要函数是_mint(mintReward, to); 这行。我们可以看到,该函数是根据用户在流动池中锁定的价值多少来铸造的。因此,如果一...