> ## Documentation Index
> Fetch the complete documentation index at: https://docs.malga.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Ago 10, 2026 - Koin

> Novo provedor antifraude

export const AuthorProfile = ({author}) => <div className="flex flex-row gap-3 items-center">
    {author.image && <img src={author.image} alt={author.name} className="w-10 h-10 rounded-full m-0" />}
    <div>
      <a href={author.url}>{author.name}</a>
      <br />
      <span>{author.title}</span>
    </div>
  </div>;

export const leandroaraujo = {
  name: "Leandro Araujo",
  title: "Software Engineer",
  url: "https://github.com/leandroaraujo-malga",
  image: "https://github.com/leandroaraujo-malga.png"
};

<div className="flex flex-row gap-4">
  <AuthorProfile author={leandroaraujo} />
</div>

Tem provedor antifraude novo na Malga! 🎉

A Malga agora conta com o [Koin](https://www.koin.com.br) Antifraude integrado à plataforma, com suporte a análise síncrona e assíncrona de transações.

[Veja a documentação completa](/documentations/providers-antifraud/koin)
